[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. 7983 1726773070.59823: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-mBa executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7983 1726773070.60291: Added group all to inventory 7983 1726773070.60293: Added group ungrouped to inventory 7983 1726773070.60297: Group all now contains ungrouped 7983 1726773070.60300: Examining possible inventory source: /tmp/kernel_settings-kaH/inventory.yml 7983 1726773070.73727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7983 1726773070.73793: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7983 1726773070.73819: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7983 1726773070.73885: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7983 1726773070.73964: Loaded config def from plugin (inventory/script) 7983 1726773070.73967: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7983 1726773070.74014: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7983 1726773070.74108: Loaded config def from plugin (inventory/yaml) 7983 1726773070.74111: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7983 1726773070.74205: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7983 1726773070.74640: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7983 1726773070.74644: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7983 1726773070.74647: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7983 1726773070.74653: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7983 1726773070.74658: Loading data from /tmp/kernel_settings-kaH/inventory.yml 7983 1726773070.74732: /tmp/kernel_settings-kaH/inventory.yml was not parsable by auto 7983 1726773070.74805: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7983 1726773070.74846: Loading data from /tmp/kernel_settings-kaH/inventory.yml 7983 1726773070.74935: group all already in inventory 7983 1726773070.74942: set inventory_file for managed_node1 7983 1726773070.74947: set inventory_dir for managed_node1 7983 1726773070.74948: Added host managed_node1 to inventory 7983 1726773070.74950: Added host managed_node1 to group all 7983 1726773070.74951: set ansible_host for managed_node1 7983 1726773070.74952: set ansible_ssh_extra_args for managed_node1 7983 1726773070.74955: set inventory_file for managed_node2 7983 1726773070.74958: set inventory_dir for managed_node2 7983 1726773070.74959: Added host managed_node2 to inventory 7983 1726773070.74960: Added host managed_node2 to group all 7983 1726773070.74961: set ansible_host for managed_node2 7983 1726773070.74962: set ansible_ssh_extra_args for managed_node2 7983 1726773070.74965: set inventory_file for managed_node3 7983 1726773070.74967: set inventory_dir for managed_node3 7983 1726773070.74967: Added host managed_node3 to inventory 7983 1726773070.74969: Added host managed_node3 to group all 7983 1726773070.74969: set ansible_host for managed_node3 7983 1726773070.74970: set ansible_ssh_extra_args for managed_node3 7983 1726773070.74973: Reconcile groups and hosts in inventory. 7983 1726773070.74979: Group ungrouped now contains managed_node1 7983 1726773070.74981: Group ungrouped now contains managed_node2 7983 1726773070.74983: Group ungrouped now contains managed_node3 7983 1726773070.75065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7983 1726773070.75195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7983 1726773070.75244: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7983 1726773070.75272: Loaded config def from plugin (vars/host_group_vars) 7983 1726773070.75275: 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) 7983 1726773070.75285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7983 1726773070.75294: 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) 7983 1726773070.75341: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7983 1726773070.75673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773070.75767: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7983 1726773070.75813: Loaded config def from plugin (connection/local) 7983 1726773070.75817: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7983 1726773070.76427: Loaded config def from plugin (connection/paramiko_ssh) 7983 1726773070.76431: 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) 7983 1726773070.77415: 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) 7983 1726773070.77452: Loaded config def from plugin (connection/psrp) 7983 1726773070.77456: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7983 1726773070.78883: 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) 7983 1726773070.78927: Loaded config def from plugin (connection/ssh) 7983 1726773070.78930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7983 1726773070.80979: 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) 7983 1726773070.81133: Loaded config def from plugin (connection/winrm) 7983 1726773070.81137: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7983 1726773070.81170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7983 1726773070.81239: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7983 1726773070.81307: Loaded config def from plugin (shell/cmd) 7983 1726773070.81309: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7983 1726773070.81335: 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) 7983 1726773070.81393: Loaded config def from plugin (shell/powershell) 7983 1726773070.81395: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7983 1726773070.81452: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7983 1726773070.81642: Loaded config def from plugin (shell/sh) 7983 1726773070.81644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7983 1726773070.81683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7983 1726773070.81944: Loaded config def from plugin (become/runas) 7983 1726773070.81946: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7983 1726773070.82134: Loaded config def from plugin (become/su) 7983 1726773070.82136: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7983 1726773070.82306: Loaded config def from plugin (become/sudo) 7983 1726773070.82308: 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 7983 1726773070.82342: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml 7983 1726773070.82933: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7983 1726773070.87651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7983 1726773070.88045: in VariableManager get_vars() 7983 1726773070.88068: done with get_vars() 7983 1726773070.88153: in VariableManager get_vars() 7983 1726773070.88170: done with get_vars() 7983 1726773070.88413: in VariableManager get_vars() 7983 1726773070.88427: done with get_vars() 7983 1726773070.88573: in VariableManager get_vars() 7983 1726773070.88585: done with get_vars() 7983 1726773070.88633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7983 1726773070.88648: 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 7983 1726773070.88893: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7983 1726773070.89059: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7983 1726773070.89062: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-mBa/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7983 1726773070.89094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7983 1726773070.89121: 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) 7983 1726773070.89295: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7983 1726773070.89358: Loaded config def from plugin (callback/default) 7983 1726773070.89361: 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) 7983 1726773070.90732: Loaded config def from plugin (callback/junit) 7983 1726773070.90735: 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) 7983 1726773070.90781: 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) 7983 1726773070.90852: Loaded config def from plugin (callback/minimal) 7983 1726773070.90855: 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) 7983 1726773070.90893: 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) 7983 1726773070.90962: Loaded config def from plugin (callback/tree) 7983 1726773070.90965: 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 7983 1726773070.91087: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7983 1726773070.91090: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-mBa/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_simple_settings.yml ******************************************** 1 plays in /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml 7983 1726773070.91120: in VariableManager get_vars() 7983 1726773070.91134: done with get_vars() 7983 1726773070.91140: in VariableManager get_vars() 7983 1726773070.91150: done with get_vars() 7983 1726773070.91154: variable 'omit' from source: magic vars 7983 1726773070.91195: in VariableManager get_vars() 7983 1726773070.91211: done with get_vars() 7983 1726773070.91234: variable 'omit' from source: magic vars PLAY [Test simple kernel settings] ********************************************* 7983 1726773070.91872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7983 1726773070.91984: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7983 1726773070.92015: getting the remaining hosts for this loop 7983 1726773070.92016: done getting the remaining hosts for this loop 7983 1726773070.92019: getting the next task for host managed_node1 7983 1726773070.92022: done getting next task for host managed_node1 7983 1726773070.92029: ^ task is: TASK: Gathering Facts 7983 1726773070.92031: ^ 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 7983 1726773070.92033: getting variables 7983 1726773070.92034: in VariableManager get_vars() 7983 1726773070.92044: Calling all_inventory to load vars for managed_node1 7983 1726773070.92065: Calling groups_inventory to load vars for managed_node1 7983 1726773070.92068: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773070.92081: Calling all_plugins_play to load vars for managed_node1 7983 1726773070.92092: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773070.92096: Calling groups_plugins_play to load vars for managed_node1 7983 1726773070.92130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773070.92182: done with get_vars() 7983 1726773070.92189: done getting variables 7983 1726773070.92251: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2 Thursday 19 September 2024 15:11:10 -0400 (0:00:00.012) 0:00:00.012 **** 7983 1726773070.92272: entering _queue_task() for managed_node1/gather_facts 7983 1726773070.92273: Creating lock for gather_facts 7983 1726773070.92599: worker is 1 (out of 1 available) 7983 1726773070.92609: exiting _queue_task() for managed_node1/gather_facts 7983 1726773070.92620: done queuing things up, now waiting for results queue to drain 7983 1726773070.92622: waiting for pending results... 7983 1726773070.92844: running TaskExecutor() for managed_node1/TASK: Gathering Facts 7983 1726773070.92938: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000014 7983 1726773070.92958: variable 'ansible_search_path' from source: unknown 7983 1726773070.93000: calling self._execute() 7983 1726773070.93060: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773070.93075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773070.93088: variable 'omit' from source: magic vars 7983 1726773070.93188: variable 'omit' from source: magic vars 7983 1726773070.93219: variable 'omit' from source: magic vars 7983 1726773070.93253: variable 'omit' from source: magic vars 7983 1726773070.93305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773070.93341: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773070.93362: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773070.93382: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773070.93402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773070.93436: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773070.93444: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773070.93450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773070.93546: Set connection var ansible_shell_type to sh 7983 1726773070.93559: Set connection var ansible_timeout to 10 7983 1726773070.93568: Set connection var ansible_connection to ssh 7983 1726773070.93580: Set connection var ansible_pipelining to False 7983 1726773070.93589: Set connection var ansible_shell_executable to /bin/sh 7983 1726773070.93598: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773070.93628: variable 'ansible_shell_executable' from source: unknown 7983 1726773070.93635: variable 'ansible_connection' from source: unknown 7983 1726773070.93642: variable 'ansible_module_compression' from source: unknown 7983 1726773070.93648: variable 'ansible_shell_type' from source: unknown 7983 1726773070.93653: variable 'ansible_shell_executable' from source: unknown 7983 1726773070.93659: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773070.93665: variable 'ansible_pipelining' from source: unknown 7983 1726773070.93670: variable 'ansible_timeout' from source: unknown 7983 1726773070.93677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773070.93856: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 7983 1726773070.93878: variable 'omit' from source: magic vars 7983 1726773070.93887: starting attempt loop 7983 1726773070.93893: running the handler 7983 1726773070.93913: variable 'ansible_facts' from source: unknown 7983 1726773070.93939: _low_level_execute_command(): starting 7983 1726773070.93953: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773070.94732: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773070.94749: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773070.94763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773070.94779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773070.94828: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773070.94840: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773070.94854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773070.94872: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773070.94884: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773070.94895: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773070.94912: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773070.94930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773070.94945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773070.94957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773070.94968: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773070.94981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773070.95059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773070.95077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773070.95094: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773070.95240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773070.96962: stdout chunk (state=3): >>>/root <<< 7983 1726773070.97063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773070.97139: stderr chunk (state=3): >>><<< 7983 1726773070.97143: stdout chunk (state=3): >>><<< 7983 1726773070.97212: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773070.97216: _low_level_execute_command(): starting 7983 1726773070.97219: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248 `" && echo ansible-tmp-1726773070.971657-8004-113448457008248="` echo /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248 `" ) && sleep 0' 7983 1726773070.98135: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773070.98153: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773070.98163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773070.98182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773070.98234: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773070.98308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773070.98312: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773070.98436: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773071.00531: stdout chunk (state=3): >>>ansible-tmp-1726773070.971657-8004-113448457008248=/root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248 <<< 7983 1726773071.00629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773071.00680: stderr chunk (state=3): >>><<< 7983 1726773071.00683: stdout chunk (state=3): >>><<< 7983 1726773071.00911: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773070.971657-8004-113448457008248=/root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773071.00920: variable 'ansible_module_compression' from source: unknown 7983 1726773071.00924: ANSIBALLZ: Using generic lock for ansible.legacy.setup 7983 1726773071.00927: ANSIBALLZ: Acquiring lock 7983 1726773071.00929: ANSIBALLZ: Lock acquired: 140131187230240 7983 1726773071.00931: ANSIBALLZ: Creating module 7983 1726773071.26670: ANSIBALLZ: Writing module into payload 7983 1726773071.26866: ANSIBALLZ: Writing module 7983 1726773071.26892: ANSIBALLZ: Renaming module 7983 1726773071.26895: ANSIBALLZ: Done creating module 7983 1726773071.26931: variable 'ansible_facts' from source: unknown 7983 1726773071.26935: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773071.26946: _low_level_execute_command(): starting 7983 1726773071.26954: _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' 7983 1726773071.27775: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773071.27790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.27810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.27828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.27879: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.27882: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773071.27898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.27920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773071.27933: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773071.27944: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773071.27952: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.27965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.27980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.27985: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.27993: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773071.28001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.28074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773071.28093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773071.28101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773071.28235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773071.29932: stdout chunk (state=3): >>>PLATFORM <<< 7983 1726773071.30030: stdout chunk (state=3): >>>Linux <<< 7983 1726773071.30045: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7983 1726773071.30268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773071.30271: stdout chunk (state=3): >>><<< 7983 1726773071.30274: stderr chunk (state=3): >>><<< 7983 1726773071.30278: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773071.30295 [managed_node1]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7983 1726773071.30331: _low_level_execute_command(): starting 7983 1726773071.30334: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7983 1726773071.30447: Sending initial data 7983 1726773071.30450: Sent initial data (1181 bytes) 7983 1726773071.31054: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773071.31057: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.31067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.31077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.31119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.31126: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773071.31137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.31152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773071.31160: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773071.31170: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773071.31179: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.31190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.31201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.31211: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.31218: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773071.31228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.31301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773071.31320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773071.31332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773071.31489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773071.35350: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 7983 1726773071.35818: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773071.35822: stdout chunk (state=3): >>><<< 7983 1726773071.35826: stderr chunk (state=3): >>><<< 7983 1726773071.35841: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773071.35918: variable 'ansible_facts' from source: unknown 7983 1726773071.35921: variable 'ansible_facts' from source: unknown 7983 1726773071.35932: variable 'ansible_module_compression' from source: unknown 7983 1726773071.35977: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7983 1726773071.36010: variable 'ansible_facts' from source: unknown 7983 1726773071.36174: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/AnsiballZ_setup.py 7983 1726773071.36711: Sending initial data 7983 1726773071.36729: Sent initial data (151 bytes) 7983 1726773071.37709: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773071.37719: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.37730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.37744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.37783: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.37793: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773071.37802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.37818: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773071.37826: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773071.37833: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773071.37841: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.37851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.37863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.37871: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.37878: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773071.37891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.37965: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773071.37986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773071.37998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773071.38127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773071.39979: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773071.40074: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773071.40190: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpunweo3jc /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/AnsiballZ_setup.py <<< 7983 1726773071.40298: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773071.44225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773071.44412: stderr chunk (state=3): >>><<< 7983 1726773071.44415: stdout chunk (state=3): >>><<< 7983 1726773071.44417: done transferring module to remote 7983 1726773071.44420: _low_level_execute_command(): starting 7983 1726773071.44422: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/ /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/AnsiballZ_setup.py && sleep 0' 7983 1726773071.45036: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773071.45051: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.45066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.45086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.45131: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.45146: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773071.45160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.45179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773071.45192: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773071.45204: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773071.45218: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.45232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.45247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.45258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.45268: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773071.45282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.45358: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773071.45380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773071.45396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773071.45530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773071.47469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773071.47472: stdout chunk (state=3): >>><<< 7983 1726773071.47475: stderr chunk (state=3): >>><<< 7983 1726773071.47569: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773071.47572: _low_level_execute_command(): starting 7983 1726773071.47576: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/AnsiballZ_setup.py && sleep 0' 7983 1726773071.48163: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773071.48176: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.48191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.48213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.48263: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.48277: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773071.48293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.48314: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773071.48327: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773071.48338: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773071.48358: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773071.48377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773071.48395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773071.48410: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773071.48423: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773071.48437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773071.48522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773071.48544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773071.48560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773071.48711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.00530: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAM+ffCRLauIPJtLJyPs0tu+76bvwnTG68MlkwbbChA/naA4+OYyMt4p7l5q0YBwFy6qSE+XIRYS++FJMrPuXqe8MWVHPPP2/zZR4raD4ECfV91NskxTIkU2RmU9dyg4H2sQLSgwkann8HIsCMqrpTrmIisUptyQwbhmjETTuesMbAAAAFQCQhL2KPHOUjg+F1gUFyg5hATQihQAAAIAEaSIyZ3s8Hgg+TPwGeRqWfofDCcuyAT0KLNaSqmznEo/bhypCTk4r0Nv7486qi1lVEQNq+O6Isyk1kxuZpsht3vRAZf1anxrHwmdhr0vCKX8QFiZUZVPycB9HS93IfLp6AQZu7f9e9Cd9OLmk8I+ozXw1ilNmN5I+aND27cuPNgAAAIEAiBsf6lGRFsB3Z1k9SyqSzT+/DzIiGypCNVWMo7VZjhZRA8R7HfXpZOkht7A/tJ8YuTL/kwtsupjH/prOHPRm9KAFz701x08NFqU+1sK5yCrQXa2Hp+Oyo0cBcM0ASwARkcjUPJAHTdlhcSNbnuGvxJBbu/x7Qrp0qYP6RmzV5FY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCS0R601RqiYr1E8jFbMzvD+7KpFmlqN8Cf+Nrd8NmN1C+UdcGdig2sPpVTIaauD2aPvpUoNYK5hcBjSJGkYa/5ZrGD8vghF39eq97oSgteZBw11vgs24wsa/qlcBffgG0InOscg5CyjUKF1GQi1Y4JDjpfPsn5mSLTkpQbb2JKeN8gdhVLnW0gDPob/hvUiC1Y2zQD3kqXDHHCnP7mlxP7+xPgpe5cvw0Gy+/WzlgGhsLeqk1fS9dbb9hGShVpJz4U7RfBRQLMUD5SRzFltAa1dM7rIZpeUYSncc5yRu7pZFpERW2si95W3HGW1M8IuK8M290HID/TapzT6ahT1koQMw8AuvrJ4HjVU1RQ7NSXGgAvSxIWTAepOQA+0PQmSTcwerYm9ki1xxiwyjaMHdTerZxDmXu93zMmDR+KMxeviSp4bFpvcordLVu1S14/yXYQaAVS/FVDbtFLN4aE2bTU03cqqw7K8+QJu/wJLyAf11+AUZMj/sY8jEacmxZnQg0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDDxaH7Lgi/I4mVPcTFtGuzMn6ya63hqPMA9a2K8oR/AdfjZpz8rB4GDn6WYftIFBWn1GF05nVG/5VB03RUfT4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-n<<< 7983 1726773072.00573: stdout chunk (state=3): >>>istp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHlNdZwq6soR07Um2qglPp1G0iytiAxIqhgcrDMmiK2m", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.19", "ansible_fqdn": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-12", "ansible_nodename": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "43157907bd4c4606ab7241e5f4c762ea", "ansible_loadavg": {"1m": 1.46, "5m": 0.52, "15m": 0.21}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "11", "second": "11", "epoch": "1726773071", "epoch_int": "1726773071", "date": "2024-09-19", "time": "15:11:11", "iso8601_micro": "2024-09-19T19:11:11.738472Z", "iso8601": "2024-09-19T19:11:11Z", "iso8601_basic": "20240919T151111738472", "iso8601_basic_short": "20240919T151111", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3532, "ansible_memfree_mb": 2756, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 776, "free": 2756}, "nocache": {"free": 3235, "used": 297}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_uuid": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_version"<<< 7983 1726773072.00613: stdout chunk (state=3): >>>: "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 323, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264214495232, "block_size": 4096, "block_total": 65519355, "block_available": 64505492, "block_used": 1013863, "inode_total": 131071472, "inode_available": 130998162, "inode_used": 73310, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.9.63 36076 10.31.40.12 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.9.63 36076 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c1e:4ff:fe1a:5395", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentat<<< 7983 1726773072.00620: stdout chunk (state=3): >>>ion": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.12"], "ansible_all_ipv6_addresses": ["fe80::c1e:4ff:fe1a:5395"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c1e:4ff:fe1a:5395"]}, "ansible_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"}}} <<< 7983 1726773072.02319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773072.02377: stderr chunk (state=3): >>><<< 7983 1726773072.02380: stdout chunk (state=3): >>><<< 7983 1726773072.02414: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAM+ffCRLauIPJtLJyPs0tu+76bvwnTG68MlkwbbChA/naA4+OYyMt4p7l5q0YBwFy6qSE+XIRYS++FJMrPuXqe8MWVHPPP2/zZR4raD4ECfV91NskxTIkU2RmU9dyg4H2sQLSgwkann8HIsCMqrpTrmIisUptyQwbhmjETTuesMbAAAAFQCQhL2KPHOUjg+F1gUFyg5hATQihQAAAIAEaSIyZ3s8Hgg+TPwGeRqWfofDCcuyAT0KLNaSqmznEo/bhypCTk4r0Nv7486qi1lVEQNq+O6Isyk1kxuZpsht3vRAZf1anxrHwmdhr0vCKX8QFiZUZVPycB9HS93IfLp6AQZu7f9e9Cd9OLmk8I+ozXw1ilNmN5I+aND27cuPNgAAAIEAiBsf6lGRFsB3Z1k9SyqSzT+/DzIiGypCNVWMo7VZjhZRA8R7HfXpZOkht7A/tJ8YuTL/kwtsupjH/prOHPRm9KAFz701x08NFqU+1sK5yCrQXa2Hp+Oyo0cBcM0ASwARkcjUPJAHTdlhcSNbnuGvxJBbu/x7Qrp0qYP6RmzV5FY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCS0R601RqiYr1E8jFbMzvD+7KpFmlqN8Cf+Nrd8NmN1C+UdcGdig2sPpVTIaauD2aPvpUoNYK5hcBjSJGkYa/5ZrGD8vghF39eq97oSgteZBw11vgs24wsa/qlcBffgG0InOscg5CyjUKF1GQi1Y4JDjpfPsn5mSLTkpQbb2JKeN8gdhVLnW0gDPob/hvUiC1Y2zQD3kqXDHHCnP7mlxP7+xPgpe5cvw0Gy+/WzlgGhsLeqk1fS9dbb9hGShVpJz4U7RfBRQLMUD5SRzFltAa1dM7rIZpeUYSncc5yRu7pZFpERW2si95W3HGW1M8IuK8M290HID/TapzT6ahT1koQMw8AuvrJ4HjVU1RQ7NSXGgAvSxIWTAepOQA+0PQmSTcwerYm9ki1xxiwyjaMHdTerZxDmXu93zMmDR+KMxeviSp4bFpvcordLVu1S14/yXYQaAVS/FVDbtFLN4aE2bTU03cqqw7K8+QJu/wJLyAf11+AUZMj/sY8jEacmxZnQg0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDDxaH7Lgi/I4mVPcTFtGuzMn6ya63hqPMA9a2K8oR/AdfjZpz8rB4GDn6WYftIFBWn1GF05nVG/5VB03RUfT4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHlNdZwq6soR07Um2qglPp1G0iytiAxIqhgcrDMmiK2m", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.19", "ansible_fqdn": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-12", "ansible_nodename": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "43157907bd4c4606ab7241e5f4c762ea", "ansible_loadavg": {"1m": 1.46, "5m": 0.52, "15m": 0.21}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "11", "second": "11", "epoch": "1726773071", "epoch_int": "1726773071", "date": "2024-09-19", "time": "15:11:11", "iso8601_micro": "2024-09-19T19:11:11.738472Z", "iso8601": "2024-09-19T19:11:11Z", "iso8601_basic": "20240919T151111738472", "iso8601_basic_short": "20240919T151111", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3532, "ansible_memfree_mb": 2756, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 776, "free": 2756}, "nocache": {"free": 3235, "used": 297}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_uuid": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 323, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264214495232, "block_size": 4096, "block_total": 65519355, "block_available": 64505492, "block_used": 1013863, "inode_total": 131071472, "inode_available": 130998162, "inode_used": 73310, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.9.63 36076 10.31.40.12 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.9.63 36076 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c1e:4ff:fe1a:5395", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.12"], "ansible_all_ipv6_addresses": ["fe80::c1e:4ff:fe1a:5395"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c1e:4ff:fe1a:5395"]}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7983 1726773072.03307: 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-1726773070.971657-8004-113448457008248/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773072.03324: _low_level_execute_command(): starting 7983 1726773072.03329: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773070.971657-8004-113448457008248/ > /dev/null 2>&1 && sleep 0' 7983 1726773072.03789: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.03795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.03831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773072.03844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.03854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.03899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.03927: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.04021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.05893: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.05940: stderr chunk (state=3): >>><<< 7983 1726773072.05944: stdout chunk (state=3): >>><<< 7983 1726773072.05959: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.05965: handler run complete 7983 1726773072.06040: variable 'ansible_facts' from source: unknown 7983 1726773072.06102: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.06287: variable 'ansible_facts' from source: unknown 7983 1726773072.06347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.06426: attempt loop complete, returning result 7983 1726773072.06429: _execute() done 7983 1726773072.06432: dumping result to json 7983 1726773072.06450: done dumping result, returning 7983 1726773072.06457: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [1239c35c-e2e1-4fbf-0a43-000000000014] 7983 1726773072.06459: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000014 7983 1726773072.06858: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000014 7983 1726773072.06861: WORKER PROCESS EXITING ok: [managed_node1] 7983 1726773072.08520: no more pending results, returning what we have 7983 1726773072.08522: results queue empty 7983 1726773072.08523: checking for any_errors_fatal 7983 1726773072.08524: done checking for any_errors_fatal 7983 1726773072.08524: checking for max_fail_percentage 7983 1726773072.08525: done checking for max_fail_percentage 7983 1726773072.08525: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.08526: done checking to see if all hosts have failed 7983 1726773072.08526: getting the remaining hosts for this loop 7983 1726773072.08527: done getting the remaining hosts for this loop 7983 1726773072.08530: getting the next task for host managed_node1 7983 1726773072.08533: done getting next task for host managed_node1 7983 1726773072.08535: ^ task is: TASK: meta (flush_handlers) 7983 1726773072.08536: ^ 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 7983 1726773072.08538: getting variables 7983 1726773072.08539: in VariableManager get_vars() 7983 1726773072.08549: Calling all_inventory to load vars for managed_node1 7983 1726773072.08551: Calling groups_inventory to load vars for managed_node1 7983 1726773072.08553: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.08557: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.08559: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.08560: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.08656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.08793: done with get_vars() 7983 1726773072.08800: done getting variables 7983 1726773072.08833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7983 1726773072.08873: in VariableManager get_vars() 7983 1726773072.08881: Calling all_inventory to load vars for managed_node1 7983 1726773072.08883: Calling groups_inventory to load vars for managed_node1 7983 1726773072.08884: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.08887: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.08888: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.08890: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.08969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.09093: done with get_vars() 7983 1726773072.09102: done queuing things up, now waiting for results queue to drain 7983 1726773072.09105: results queue empty 7983 1726773072.09106: checking for any_errors_fatal 7983 1726773072.09107: done checking for any_errors_fatal 7983 1726773072.09108: checking for max_fail_percentage 7983 1726773072.09112: done checking for max_fail_percentage 7983 1726773072.09112: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.09113: done checking to see if all hosts have failed 7983 1726773072.09113: getting the remaining hosts for this loop 7983 1726773072.09114: done getting the remaining hosts for this loop 7983 1726773072.09116: getting the next task for host managed_node1 7983 1726773072.09118: done getting next task for host managed_node1 7983 1726773072.09120: ^ task is: TASK: Set platform independent vars used by this test 7983 1726773072.09121: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773072.09122: getting variables 7983 1726773072.09122: in VariableManager get_vars() 7983 1726773072.09127: Calling all_inventory to load vars for managed_node1 7983 1726773072.09129: Calling groups_inventory to load vars for managed_node1 7983 1726773072.09130: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.09133: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.09134: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.09136: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.09219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.09333: done with get_vars() 7983 1726773072.09339: done getting variables 7983 1726773072.09398: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Set platform independent vars used by this test] ************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:10 Thursday 19 September 2024 15:11:12 -0400 (0:00:01.171) 0:00:01.184 **** 7983 1726773072.09428: entering _queue_task() for managed_node1/include_vars 7983 1726773072.09430: Creating lock for include_vars 7983 1726773072.09644: worker is 1 (out of 1 available) 7983 1726773072.09655: exiting _queue_task() for managed_node1/include_vars 7983 1726773072.09666: done queuing things up, now waiting for results queue to drain 7983 1726773072.09668: waiting for pending results... 7983 1726773072.09809: running TaskExecutor() for managed_node1/TASK: Set platform independent vars used by this test 7983 1726773072.09862: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000006 7983 1726773072.09872: variable 'ansible_search_path' from source: unknown 7983 1726773072.09906: calling self._execute() 7983 1726773072.09955: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.09959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.09967: variable 'omit' from source: magic vars 7983 1726773072.10044: variable 'omit' from source: magic vars 7983 1726773072.10066: variable 'omit' from source: magic vars 7983 1726773072.10092: variable 'omit' from source: magic vars 7983 1726773072.10129: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773072.10154: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773072.10170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773072.10184: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.10194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.10225: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773072.10228: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.10231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.10294: Set connection var ansible_shell_type to sh 7983 1726773072.10300: Set connection var ansible_timeout to 10 7983 1726773072.10306: Set connection var ansible_connection to ssh 7983 1726773072.10315: Set connection var ansible_pipelining to False 7983 1726773072.10319: Set connection var ansible_shell_executable to /bin/sh 7983 1726773072.10331: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773072.10349: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.10352: variable 'ansible_connection' from source: unknown 7983 1726773072.10354: variable 'ansible_module_compression' from source: unknown 7983 1726773072.10357: variable 'ansible_shell_type' from source: unknown 7983 1726773072.10359: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.10362: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.10364: variable 'ansible_pipelining' from source: unknown 7983 1726773072.10368: variable 'ansible_timeout' from source: unknown 7983 1726773072.10372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.10475: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773072.10484: variable 'omit' from source: magic vars 7983 1726773072.10490: starting attempt loop 7983 1726773072.10493: running the handler 7983 1726773072.10513: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 7983 1726773072.10545: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars/vars_simple_settings.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars/vars_simple_settings.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml 7983 1726773072.10731: handler run complete 7983 1726773072.10747: attempt loop complete, returning result 7983 1726773072.10754: _execute() done 7983 1726773072.10760: dumping result to json 7983 1726773072.10768: done dumping result, returning 7983 1726773072.10779: done running TaskExecutor() for managed_node1/TASK: Set platform independent vars used by this test [1239c35c-e2e1-4fbf-0a43-000000000006] 7983 1726773072.10788: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000006 ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_file": "# File managed by Ansible - DO NOT EDIT\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[vm]\ntransparent_hugepages = madvise\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n{% if __kernel_settings_blcmdline_value | d() %}\n[bootloader]\ncmdline = {{ __kernel_settings_blcmdline_value }}\n{% endif %}\n", "kernel_settings_sysctl": [ { "name": "fs.epoll.max_user_watches", "value": 785592 }, { "name": "fs.file-max", "value": 379724 }, { "name": "no.such.param", "state": "absent" } ], "kernel_settings_sysfs": [ { "name": "/sys/kernel/debug/x86/pti_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/retp_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/ibrs_enabled", "value": 0 }, { "name": "/sys/not/found", "state": "absent" } ], "kernel_settings_systemd_cpu_affinity": { "state": "absent" }, "kernel_settings_transparent_hugepages": "madvise", "kernel_settings_transparent_hugepages_defrag": { "state": "absent" } }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml" ], "changed": false } 7983 1726773072.11054: no more pending results, returning what we have 7983 1726773072.11058: results queue empty 7983 1726773072.11059: checking for any_errors_fatal 7983 1726773072.11061: done checking for any_errors_fatal 7983 1726773072.11061: checking for max_fail_percentage 7983 1726773072.11063: done checking for max_fail_percentage 7983 1726773072.11063: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.11064: done checking to see if all hosts have failed 7983 1726773072.11065: getting the remaining hosts for this loop 7983 1726773072.11066: done getting the remaining hosts for this loop 7983 1726773072.11069: getting the next task for host managed_node1 7983 1726773072.11073: done getting next task for host managed_node1 7983 1726773072.11076: ^ task is: TASK: Disable bootloader cmdline testing on Fedora 7983 1726773072.11080: ^ 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 7983 1726773072.11083: getting variables 7983 1726773072.11084: in VariableManager get_vars() 7983 1726773072.11102: Calling all_inventory to load vars for managed_node1 7983 1726773072.11107: Calling groups_inventory to load vars for managed_node1 7983 1726773072.11115: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.11123: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.11126: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.11129: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.11300: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000006 7983 1726773072.11306: WORKER PROCESS EXITING 7983 1726773072.11321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.11510: done with get_vars() 7983 1726773072.11518: done getting variables 7983 1726773072.11599: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Disable bootloader cmdline testing on Fedora] **************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:14 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.021) 0:00:01.206 **** 7983 1726773072.11625: entering _queue_task() for managed_node1/set_fact 7983 1726773072.11626: Creating lock for set_fact 7983 1726773072.11844: worker is 1 (out of 1 available) 7983 1726773072.11855: exiting _queue_task() for managed_node1/set_fact 7983 1726773072.11866: done queuing things up, now waiting for results queue to drain 7983 1726773072.11868: waiting for pending results... 7983 1726773072.12078: running TaskExecutor() for managed_node1/TASK: Disable bootloader cmdline testing on Fedora 7983 1726773072.12164: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000007 7983 1726773072.12187: variable 'ansible_search_path' from source: unknown 7983 1726773072.12217: calling self._execute() 7983 1726773072.12284: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.12296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.12306: variable 'omit' from source: magic vars 7983 1726773072.12616: variable 'ansible_distribution' from source: facts 7983 1726773072.12633: Evaluated conditional (ansible_distribution == "Fedora"): False 7983 1726773072.12636: when evaluation is False, skipping this task 7983 1726773072.12639: _execute() done 7983 1726773072.12642: dumping result to json 7983 1726773072.12644: done dumping result, returning 7983 1726773072.12647: done running TaskExecutor() for managed_node1/TASK: Disable bootloader cmdline testing on Fedora [1239c35c-e2e1-4fbf-0a43-000000000007] 7983 1726773072.12653: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000007 7983 1726773072.12730: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000007 7983 1726773072.12733: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } 7983 1726773072.12798: no more pending results, returning what we have 7983 1726773072.12801: results queue empty 7983 1726773072.12802: checking for any_errors_fatal 7983 1726773072.12808: done checking for any_errors_fatal 7983 1726773072.12809: checking for max_fail_percentage 7983 1726773072.12810: done checking for max_fail_percentage 7983 1726773072.12810: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.12811: done checking to see if all hosts have failed 7983 1726773072.12812: getting the remaining hosts for this loop 7983 1726773072.12813: done getting the remaining hosts for this loop 7983 1726773072.12816: getting the next task for host managed_node1 7983 1726773072.12819: done getting next task for host managed_node1 7983 1726773072.12821: ^ task is: TASK: Apply the settings - call the role 7983 1726773072.12823: ^ 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 7983 1726773072.12826: getting variables 7983 1726773072.12828: in VariableManager get_vars() 7983 1726773072.12849: Calling all_inventory to load vars for managed_node1 7983 1726773072.12851: Calling groups_inventory to load vars for managed_node1 7983 1726773072.12853: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.12859: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.12860: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.12862: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.12959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.13089: done with get_vars() 7983 1726773072.13096: done getting variables TASK [Apply the settings - call the role] ************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:25 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.015) 0:00:01.221 **** 7983 1726773072.13156: entering _queue_task() for managed_node1/include_role 7983 1726773072.13157: Creating lock for include_role 7983 1726773072.13314: worker is 1 (out of 1 available) 7983 1726773072.13326: exiting _queue_task() for managed_node1/include_role 7983 1726773072.13336: done queuing things up, now waiting for results queue to drain 7983 1726773072.13338: waiting for pending results... 7983 1726773072.13460: running TaskExecutor() for managed_node1/TASK: Apply the settings - call the role 7983 1726773072.13515: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000008 7983 1726773072.13526: variable 'ansible_search_path' from source: unknown 7983 1726773072.13555: calling self._execute() 7983 1726773072.13602: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.13607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.13616: variable 'omit' from source: magic vars 7983 1726773072.13681: _execute() done 7983 1726773072.13685: dumping result to json 7983 1726773072.13688: done dumping result, returning 7983 1726773072.13694: done running TaskExecutor() for managed_node1/TASK: Apply the settings - call the role [1239c35c-e2e1-4fbf-0a43-000000000008] 7983 1726773072.13701: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000008 7983 1726773072.13794: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000008 7983 1726773072.13801: WORKER PROCESS EXITING 7983 1726773072.13830: no more pending results, returning what we have 7983 1726773072.13834: in VariableManager get_vars() 7983 1726773072.13858: Calling all_inventory to load vars for managed_node1 7983 1726773072.13860: Calling groups_inventory to load vars for managed_node1 7983 1726773072.13862: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.13871: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.13873: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.13875: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.13970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.14078: done with get_vars() 7983 1726773072.14083: variable 'ansible_search_path' from source: unknown 7983 1726773072.14226: variable 'omit' from source: magic vars 7983 1726773072.14242: variable 'omit' from source: magic vars 7983 1726773072.14252: variable 'omit' from source: magic vars 7983 1726773072.14254: we have included files to process 7983 1726773072.14255: generating all_blocks data 7983 1726773072.14256: done generating all_blocks data 7983 1726773072.14256: processing included file: fedora.linux_system_roles.kernel_settings 7983 1726773072.14270: in VariableManager get_vars() 7983 1726773072.14278: done with get_vars() 7983 1726773072.14325: in VariableManager get_vars() 7983 1726773072.14333: done with get_vars() 7983 1726773072.14359: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 7983 1726773072.14461: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 7983 1726773072.14498: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 7983 1726773072.14579: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 7983 1726773072.15356: in VariableManager get_vars() 7983 1726773072.15375: done with get_vars() 7983 1726773072.17077: in VariableManager get_vars() 7983 1726773072.17096: done with get_vars() 7983 1726773072.17272: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 7983 1726773072.18758: iterating over new_blocks loaded from include file 7983 1726773072.18760: in VariableManager get_vars() 7983 1726773072.18775: done with get_vars() 7983 1726773072.18780: filtering new block on tags 7983 1726773072.18821: done filtering new block on tags 7983 1726773072.18824: in VariableManager get_vars() 7983 1726773072.18838: done with get_vars() 7983 1726773072.18840: filtering new block on tags 7983 1726773072.18879: done filtering new block on tags 7983 1726773072.18881: in VariableManager get_vars() 7983 1726773072.18895: done with get_vars() 7983 1726773072.18897: filtering new block on tags 7983 1726773072.19047: done filtering new block on tags 7983 1726773072.19050: in VariableManager get_vars() 7983 1726773072.19063: done with get_vars() 7983 1726773072.19065: filtering new block on tags 7983 1726773072.19084: done filtering new block on tags 7983 1726773072.19086: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 7983 1726773072.19091: extending task lists for all hosts with included blocks 7983 1726773072.19314: done extending task lists 7983 1726773072.19316: done processing included files 7983 1726773072.19317: results queue empty 7983 1726773072.19317: checking for any_errors_fatal 7983 1726773072.19320: done checking for any_errors_fatal 7983 1726773072.19321: checking for max_fail_percentage 7983 1726773072.19322: done checking for max_fail_percentage 7983 1726773072.19322: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.19323: done checking to see if all hosts have failed 7983 1726773072.19324: getting the remaining hosts for this loop 7983 1726773072.19325: done getting the remaining hosts for this loop 7983 1726773072.19327: getting the next task for host managed_node1 7983 1726773072.19331: done getting next task for host managed_node1 7983 1726773072.19333: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773072.19335: ^ 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? (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 7983 1726773072.19343: getting variables 7983 1726773072.19344: in VariableManager get_vars() 7983 1726773072.19383: Calling all_inventory to load vars for managed_node1 7983 1726773072.19385: Calling groups_inventory to load vars for managed_node1 7983 1726773072.19388: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.19393: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.19396: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.19399: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.19563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.19749: done with get_vars() 7983 1726773072.19759: done getting variables 7983 1726773072.19832: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.067) 0:00:01.288 **** 7983 1726773072.19860: entering _queue_task() for managed_node1/fail 7983 1726773072.19862: Creating lock for fail 7983 1726773072.20142: worker is 1 (out of 1 available) 7983 1726773072.20154: exiting _queue_task() for managed_node1/fail 7983 1726773072.20165: done queuing things up, now waiting for results queue to drain 7983 1726773072.20167: waiting for pending results... 7983 1726773072.20450: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773072.20565: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000047 7983 1726773072.20589: variable 'ansible_search_path' from source: unknown 7983 1726773072.20598: variable 'ansible_search_path' from source: unknown 7983 1726773072.20645: calling self._execute() 7983 1726773072.20726: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.20738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.20754: variable 'omit' from source: magic vars 7983 1726773072.21264: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773072.21294: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773072.21311: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 7983 1726773072.21630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773072.24366: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773072.24435: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773072.24485: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773072.24526: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773072.24561: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773072.24643: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773072.24679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773072.24708: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773072.24747: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773072.24768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773072.24828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773072.24853: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773072.24887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773072.24929: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773072.24951: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773072.25006: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773072.25032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773072.25058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773072.25105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773072.25129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773072.26103: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773072.26228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773072.26732: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773072.26773: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773072.26815: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773072.26853: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773072.26906: 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) 7983 1726773072.26940: 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) 7983 1726773072.26972: 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) 7983 1726773072.27008: 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) 7983 1726773072.27096: 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) 7983 1726773072.27183: 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) 7983 1726773072.27292: 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) 7983 1726773072.27326: 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) 7983 1726773072.27362: 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 7983 1726773072.27386: when evaluation is False, skipping this task 7983 1726773072.27394: _execute() done 7983 1726773072.27400: dumping result to json 7983 1726773072.27409: done dumping result, returning 7983 1726773072.27421: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-4fbf-0a43-000000000047] 7983 1726773072.27431: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000047 skipping: [managed_node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 7983 1726773072.27594: no more pending results, returning what we have 7983 1726773072.27599: results queue empty 7983 1726773072.27600: checking for any_errors_fatal 7983 1726773072.27601: done checking for any_errors_fatal 7983 1726773072.27602: checking for max_fail_percentage 7983 1726773072.27606: done checking for max_fail_percentage 7983 1726773072.27607: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.27608: done checking to see if all hosts have failed 7983 1726773072.27609: getting the remaining hosts for this loop 7983 1726773072.27610: done getting the remaining hosts for this loop 7983 1726773072.27615: getting the next task for host managed_node1 7983 1726773072.27623: done getting next task for host managed_node1 7983 1726773072.27628: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773072.27631: ^ 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? (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 7983 1726773072.27644: getting variables 7983 1726773072.27646: in VariableManager get_vars() 7983 1726773072.27687: Calling all_inventory to load vars for managed_node1 7983 1726773072.27690: Calling groups_inventory to load vars for managed_node1 7983 1726773072.27693: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.27707: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.27711: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.27715: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.27888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.28101: done with get_vars() 7983 1726773072.28116: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.085) 0:00:01.374 **** 7983 1726773072.28442: entering _queue_task() for managed_node1/include_tasks 7983 1726773072.28444: Creating lock for include_tasks 7983 1726773072.28473: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000047 7983 1726773072.28475: WORKER PROCESS EXITING 7983 1726773072.28751: worker is 1 (out of 1 available) 7983 1726773072.28762: exiting _queue_task() for managed_node1/include_tasks 7983 1726773072.28772: done queuing things up, now waiting for results queue to drain 7983 1726773072.28773: waiting for pending results... 7983 1726773072.29015: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773072.29121: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000048 7983 1726773072.29142: variable 'ansible_search_path' from source: unknown 7983 1726773072.29151: variable 'ansible_search_path' from source: unknown 7983 1726773072.29193: calling self._execute() 7983 1726773072.29273: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.29288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.29302: variable 'omit' from source: magic vars 7983 1726773072.29410: _execute() done 7983 1726773072.29419: dumping result to json 7983 1726773072.29428: done dumping result, returning 7983 1726773072.29444: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-4fbf-0a43-000000000048] 7983 1726773072.29456: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000048 7983 1726773072.29593: no more pending results, returning what we have 7983 1726773072.29598: in VariableManager get_vars() 7983 1726773072.29638: Calling all_inventory to load vars for managed_node1 7983 1726773072.29641: Calling groups_inventory to load vars for managed_node1 7983 1726773072.29644: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.29656: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.29660: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.29663: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.29889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.30089: done with get_vars() 7983 1726773072.30097: variable 'ansible_search_path' from source: unknown 7983 1726773072.30098: variable 'ansible_search_path' from source: unknown 7983 1726773072.30139: we have included files to process 7983 1726773072.30141: generating all_blocks data 7983 1726773072.30142: done generating all_blocks data 7983 1726773072.30150: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773072.30151: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773072.30154: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773072.30601: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000048 7983 1726773072.30618: WORKER PROCESS EXITING 7983 1726773072.31205: done processing included file 7983 1726773072.31207: iterating over new_blocks loaded from include file 7983 1726773072.31209: in VariableManager get_vars() 7983 1726773072.31228: done with get_vars() 7983 1726773072.31230: filtering new block on tags 7983 1726773072.31254: done filtering new block on tags 7983 1726773072.31256: in VariableManager get_vars() 7983 1726773072.31274: done with get_vars() 7983 1726773072.31276: filtering new block on tags 7983 1726773072.31318: done filtering new block on tags 7983 1726773072.31321: in VariableManager get_vars() 7983 1726773072.31341: done with get_vars() 7983 1726773072.31343: filtering new block on tags 7983 1726773072.31554: done filtering new block on tags 7983 1726773072.31558: in VariableManager get_vars() 7983 1726773072.31581: done with get_vars() 7983 1726773072.31583: filtering new block on tags 7983 1726773072.31609: done filtering new block on tags 7983 1726773072.31612: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 7983 1726773072.31617: extending task lists for all hosts with included blocks 7983 1726773072.32625: done extending task lists 7983 1726773072.32627: done processing included files 7983 1726773072.32628: results queue empty 7983 1726773072.32628: checking for any_errors_fatal 7983 1726773072.32631: done checking for any_errors_fatal 7983 1726773072.32631: checking for max_fail_percentage 7983 1726773072.32632: done checking for max_fail_percentage 7983 1726773072.32633: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.32634: done checking to see if all hosts have failed 7983 1726773072.32635: getting the remaining hosts for this loop 7983 1726773072.32636: done getting the remaining hosts for this loop 7983 1726773072.32638: getting the next task for host managed_node1 7983 1726773072.32642: done getting next task for host managed_node1 7983 1726773072.32644: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773072.32647: ^ 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? (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 7983 1726773072.32656: getting variables 7983 1726773072.32657: in VariableManager get_vars() 7983 1726773072.32669: Calling all_inventory to load vars for managed_node1 7983 1726773072.32671: Calling groups_inventory to load vars for managed_node1 7983 1726773072.32673: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.32681: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.32684: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.32687: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.32970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.33174: done with get_vars() 7983 1726773072.33185: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.048) 0:00:01.422 **** 7983 1726773072.33266: entering _queue_task() for managed_node1/setup 7983 1726773072.33513: worker is 1 (out of 1 available) 7983 1726773072.33523: exiting _queue_task() for managed_node1/setup 7983 1726773072.33535: done queuing things up, now waiting for results queue to drain 7983 1726773072.33537: waiting for pending results... 7983 1726773072.33781: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773072.33905: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000bb 7983 1726773072.33925: variable 'ansible_search_path' from source: unknown 7983 1726773072.33931: variable 'ansible_search_path' from source: unknown 7983 1726773072.33968: calling self._execute() 7983 1726773072.34046: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.34058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.34070: variable 'omit' from source: magic vars 7983 1726773072.34648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773072.36935: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773072.37021: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773072.37065: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773072.37110: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773072.37149: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773072.37236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773072.37279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773072.37314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773072.37365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773072.37387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773072.37446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773072.37483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773072.37518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773072.37569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773072.37596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773072.37774: variable '__kernel_settings_required_facts' from source: role '' all vars 7983 1726773072.37797: variable 'ansible_facts' from source: unknown 7983 1726773072.37898: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7983 1726773072.37911: when evaluation is False, skipping this task 7983 1726773072.37920: _execute() done 7983 1726773072.37927: dumping result to json 7983 1726773072.37934: done dumping result, returning 7983 1726773072.37946: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-4fbf-0a43-0000000000bb] 7983 1726773072.37956: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000bb skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7983 1726773072.38102: no more pending results, returning what we have 7983 1726773072.38108: results queue empty 7983 1726773072.38109: checking for any_errors_fatal 7983 1726773072.38111: done checking for any_errors_fatal 7983 1726773072.38112: checking for max_fail_percentage 7983 1726773072.38113: done checking for max_fail_percentage 7983 1726773072.38114: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.38115: done checking to see if all hosts have failed 7983 1726773072.38116: getting the remaining hosts for this loop 7983 1726773072.38117: done getting the remaining hosts for this loop 7983 1726773072.38122: getting the next task for host managed_node1 7983 1726773072.38131: done getting next task for host managed_node1 7983 1726773072.38136: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773072.38140: ^ 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? (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 7983 1726773072.38154: getting variables 7983 1726773072.38156: in VariableManager get_vars() 7983 1726773072.38195: Calling all_inventory to load vars for managed_node1 7983 1726773072.38198: Calling groups_inventory to load vars for managed_node1 7983 1726773072.38201: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.38212: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.38216: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.38220: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.38433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.38740: done with get_vars() 7983 1726773072.38753: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.055) 0:00:01.478 **** 7983 1726773072.38858: entering _queue_task() for managed_node1/stat 7983 1726773072.38880: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000bb 7983 1726773072.38890: WORKER PROCESS EXITING 7983 1726773072.39332: worker is 1 (out of 1 available) 7983 1726773072.39344: exiting _queue_task() for managed_node1/stat 7983 1726773072.39355: done queuing things up, now waiting for results queue to drain 7983 1726773072.39357: waiting for pending results... 7983 1726773072.39832: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773072.39919: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000bd 7983 1726773072.39933: variable 'ansible_search_path' from source: unknown 7983 1726773072.39937: variable 'ansible_search_path' from source: unknown 7983 1726773072.39971: calling self._execute() 7983 1726773072.40030: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.40035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.40043: variable 'omit' from source: magic vars 7983 1726773072.40367: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773072.40541: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773072.40573: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773072.40603: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773072.40628: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773072.40690: 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) 7983 1726773072.40712: 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) 7983 1726773072.40729: 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) 7983 1726773072.40747: 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) 7983 1726773072.40839: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 7983 1726773072.40842: variable 'omit' from source: magic vars 7983 1726773072.40883: variable 'omit' from source: magic vars 7983 1726773072.40907: variable 'omit' from source: magic vars 7983 1726773072.40931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773072.40948: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773072.40962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773072.40975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.40985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.41010: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773072.41014: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.41016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.41081: Set connection var ansible_shell_type to sh 7983 1726773072.41085: Set connection var ansible_timeout to 10 7983 1726773072.41090: Set connection var ansible_connection to ssh 7983 1726773072.41098: Set connection var ansible_pipelining to False 7983 1726773072.41103: Set connection var ansible_shell_executable to /bin/sh 7983 1726773072.41110: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773072.41125: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.41128: variable 'ansible_connection' from source: unknown 7983 1726773072.41131: variable 'ansible_module_compression' from source: unknown 7983 1726773072.41133: variable 'ansible_shell_type' from source: unknown 7983 1726773072.41135: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.41138: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.41142: variable 'ansible_pipelining' from source: unknown 7983 1726773072.41144: variable 'ansible_timeout' from source: unknown 7983 1726773072.41146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.41242: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773072.41250: variable 'omit' from source: magic vars 7983 1726773072.41256: starting attempt loop 7983 1726773072.41259: running the handler 7983 1726773072.41271: _low_level_execute_command(): starting 7983 1726773072.41280: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773072.41990: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.41994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.42030: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.42034: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773072.42037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.42091: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.42105: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.42228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.43920: stdout chunk (state=3): >>>/root <<< 7983 1726773072.44024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.44072: stderr chunk (state=3): >>><<< 7983 1726773072.44078: stdout chunk (state=3): >>><<< 7983 1726773072.44097: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.44113: _low_level_execute_command(): starting 7983 1726773072.44118: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438 `" && echo ansible-tmp-1726773072.4409714-8106-147297091677438="` echo /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438 `" ) && sleep 0' 7983 1726773072.44715: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773072.44718: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.44721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.44724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.44727: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.44729: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773072.44731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.44753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773072.44757: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773072.44759: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773072.44761: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.44809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.44812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.44816: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.44818: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773072.44820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.44873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.44899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773072.44919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.45052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.46994: stdout chunk (state=3): >>>ansible-tmp-1726773072.4409714-8106-147297091677438=/root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438 <<< 7983 1726773072.47108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.47208: stderr chunk (state=3): >>><<< 7983 1726773072.47211: stdout chunk (state=3): >>><<< 7983 1726773072.47511: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773072.4409714-8106-147297091677438=/root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.47515: variable 'ansible_module_compression' from source: unknown 7983 1726773072.47517: ANSIBALLZ: Using lock for stat 7983 1726773072.47519: ANSIBALLZ: Acquiring lock 7983 1726773072.47521: ANSIBALLZ: Lock acquired: 140131185520432 7983 1726773072.47523: ANSIBALLZ: Creating module 7983 1726773072.60094: ANSIBALLZ: Writing module into payload 7983 1726773072.60180: ANSIBALLZ: Writing module 7983 1726773072.60194: ANSIBALLZ: Renaming module 7983 1726773072.60206: ANSIBALLZ: Done creating module 7983 1726773072.60220: variable 'ansible_facts' from source: unknown 7983 1726773072.60267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/AnsiballZ_stat.py 7983 1726773072.60378: Sending initial data 7983 1726773072.60384: Sent initial data (151 bytes) 7983 1726773072.61699: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773072.61702: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.61706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.61709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.61711: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.61713: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773072.61715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.61717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773072.61719: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773072.61721: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773072.61723: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.61724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.61726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.61728: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.61730: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773072.61732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.61734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.61735: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773072.61737: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.61748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.63501: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773072.63595: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773072.63694: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpgx6dk5mx /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/AnsiballZ_stat.py <<< 7983 1726773072.63787: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773072.64849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.64962: stderr chunk (state=3): >>><<< 7983 1726773072.64965: stdout chunk (state=3): >>><<< 7983 1726773072.64986: done transferring module to remote 7983 1726773072.64997: _low_level_execute_command(): starting 7983 1726773072.65002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/ /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/AnsiballZ_stat.py && sleep 0' 7983 1726773072.65683: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.65687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.65708: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.65733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.65736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.65780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.65787: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.65885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.67778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.67825: stderr chunk (state=3): >>><<< 7983 1726773072.67828: stdout chunk (state=3): >>><<< 7983 1726773072.67841: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.67844: _low_level_execute_command(): starting 7983 1726773072.67849: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/AnsiballZ_stat.py && sleep 0' 7983 1726773072.68269: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.68275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.68336: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773072.68339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.68342: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.68344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.68346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773072.68348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.68387: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.68394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773072.68408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.68531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.81950: 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"}}} <<< 7983 1726773072.83042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.83046: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773072.83131: stderr chunk (state=3): >>><<< 7983 1726773072.83182: stdout chunk (state=3): >>><<< 7983 1726773072.83201: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773072.83244: 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-1726773072.4409714-8106-147297091677438/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773072.83251: _low_level_execute_command(): starting 7983 1726773072.83257: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773072.4409714-8106-147297091677438/ > /dev/null 2>&1 && sleep 0' 7983 1726773072.83891: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773072.83905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.83917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.83931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.83971: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.83981: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773072.83989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.84006: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773072.84017: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773072.84024: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773072.84033: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.84041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.84053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.84060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.84066: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773072.84075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.84151: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.84170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773072.84183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.84310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.86260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.86263: stdout chunk (state=3): >>><<< 7983 1726773072.86266: stderr chunk (state=3): >>><<< 7983 1726773072.86609: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.86616: handler run complete 7983 1726773072.86619: attempt loop complete, returning result 7983 1726773072.86621: _execute() done 7983 1726773072.86624: dumping result to json 7983 1726773072.86626: done dumping result, returning 7983 1726773072.86628: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-4fbf-0a43-0000000000bd] 7983 1726773072.86630: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000bd 7983 1726773072.86714: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000bd 7983 1726773072.86717: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 7983 1726773072.86785: no more pending results, returning what we have 7983 1726773072.86788: results queue empty 7983 1726773072.86789: checking for any_errors_fatal 7983 1726773072.86795: done checking for any_errors_fatal 7983 1726773072.86796: checking for max_fail_percentage 7983 1726773072.86797: done checking for max_fail_percentage 7983 1726773072.86798: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.86799: done checking to see if all hosts have failed 7983 1726773072.86800: getting the remaining hosts for this loop 7983 1726773072.86801: done getting the remaining hosts for this loop 7983 1726773072.86806: getting the next task for host managed_node1 7983 1726773072.86812: done getting next task for host managed_node1 7983 1726773072.86817: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773072.86821: ^ 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? (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 7983 1726773072.86832: getting variables 7983 1726773072.86834: in VariableManager get_vars() 7983 1726773072.86866: Calling all_inventory to load vars for managed_node1 7983 1726773072.86869: Calling groups_inventory to load vars for managed_node1 7983 1726773072.86871: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.86883: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.86886: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.86890: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.87084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.87361: done with get_vars() 7983 1726773072.87373: done getting variables 7983 1726773072.87440: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.486) 0:00:01.964 **** 7983 1726773072.87483: entering _queue_task() for managed_node1/set_fact 7983 1726773072.87751: worker is 1 (out of 1 available) 7983 1726773072.87761: exiting _queue_task() for managed_node1/set_fact 7983 1726773072.87773: done queuing things up, now waiting for results queue to drain 7983 1726773072.87775: waiting for pending results... 7983 1726773072.88049: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773072.88192: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000be 7983 1726773072.88216: variable 'ansible_search_path' from source: unknown 7983 1726773072.88228: variable 'ansible_search_path' from source: unknown 7983 1726773072.88266: calling self._execute() 7983 1726773072.88357: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.88369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.88391: variable 'omit' from source: magic vars 7983 1726773072.88984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773072.89260: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773072.89317: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773072.89368: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773072.89411: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773072.89511: 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) 7983 1726773072.89548: 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) 7983 1726773072.89587: 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) 7983 1726773072.89620: 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) 7983 1726773072.89750: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 7983 1726773072.89769: variable 'omit' from source: magic vars 7983 1726773072.89847: variable 'omit' from source: magic vars 7983 1726773072.89987: variable '__ostree_booted_stat' from source: set_fact 7983 1726773072.90045: variable 'omit' from source: magic vars 7983 1726773072.90074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773072.90117: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773072.90148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773072.90187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.90210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.90227: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773072.90230: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.90233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.90312: Set connection var ansible_shell_type to sh 7983 1726773072.90317: Set connection var ansible_timeout to 10 7983 1726773072.90323: Set connection var ansible_connection to ssh 7983 1726773072.90331: Set connection var ansible_pipelining to False 7983 1726773072.90336: Set connection var ansible_shell_executable to /bin/sh 7983 1726773072.90341: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773072.90359: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.90362: variable 'ansible_connection' from source: unknown 7983 1726773072.90365: variable 'ansible_module_compression' from source: unknown 7983 1726773072.90367: variable 'ansible_shell_type' from source: unknown 7983 1726773072.90369: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.90371: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.90373: variable 'ansible_pipelining' from source: unknown 7983 1726773072.90377: variable 'ansible_timeout' from source: unknown 7983 1726773072.90383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.90453: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773072.90463: variable 'omit' from source: magic vars 7983 1726773072.90466: starting attempt loop 7983 1726773072.90468: running the handler 7983 1726773072.90477: handler run complete 7983 1726773072.90487: attempt loop complete, returning result 7983 1726773072.90489: _execute() done 7983 1726773072.90492: dumping result to json 7983 1726773072.90494: done dumping result, returning 7983 1726773072.90502: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-4fbf-0a43-0000000000be] 7983 1726773072.90507: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000be 7983 1726773072.90585: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000be 7983 1726773072.90588: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 7983 1726773072.90681: no more pending results, returning what we have 7983 1726773072.90684: results queue empty 7983 1726773072.90685: checking for any_errors_fatal 7983 1726773072.90690: done checking for any_errors_fatal 7983 1726773072.90691: checking for max_fail_percentage 7983 1726773072.90692: done checking for max_fail_percentage 7983 1726773072.90693: checking to see if all hosts have failed and the running result is not ok 7983 1726773072.90694: done checking to see if all hosts have failed 7983 1726773072.90694: getting the remaining hosts for this loop 7983 1726773072.90695: done getting the remaining hosts for this loop 7983 1726773072.90700: getting the next task for host managed_node1 7983 1726773072.90708: done getting next task for host managed_node1 7983 1726773072.90711: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773072.90714: ^ 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? (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 7983 1726773072.90723: getting variables 7983 1726773072.90724: in VariableManager get_vars() 7983 1726773072.90758: Calling all_inventory to load vars for managed_node1 7983 1726773072.90760: Calling groups_inventory to load vars for managed_node1 7983 1726773072.90762: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773072.90768: Calling all_plugins_play to load vars for managed_node1 7983 1726773072.90770: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773072.90771: Calling groups_plugins_play to load vars for managed_node1 7983 1726773072.90909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773072.91030: done with get_vars() 7983 1726773072.91038: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:11:12 -0400 (0:00:00.036) 0:00:02.000 **** 7983 1726773072.91106: entering _queue_task() for managed_node1/stat 7983 1726773072.91286: worker is 1 (out of 1 available) 7983 1726773072.91298: exiting _queue_task() for managed_node1/stat 7983 1726773072.91310: done queuing things up, now waiting for results queue to drain 7983 1726773072.91312: waiting for pending results... 7983 1726773072.91465: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773072.91545: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000c0 7983 1726773072.91555: variable 'ansible_search_path' from source: unknown 7983 1726773072.91558: variable 'ansible_search_path' from source: unknown 7983 1726773072.91589: calling self._execute() 7983 1726773072.91645: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.91653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.91662: variable 'omit' from source: magic vars 7983 1726773072.92056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773072.92293: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773072.92347: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773072.92389: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773072.92431: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773072.92517: 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) 7983 1726773072.92547: 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) 7983 1726773072.92575: 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) 7983 1726773072.92608: 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) 7983 1726773072.92727: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 7983 1726773072.92737: variable 'omit' from source: magic vars 7983 1726773072.92799: variable 'omit' from source: magic vars 7983 1726773072.92837: variable 'omit' from source: magic vars 7983 1726773072.92865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773072.92896: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773072.92923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773072.92945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.92961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773072.92994: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773072.93006: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.93015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.93110: Set connection var ansible_shell_type to sh 7983 1726773072.93122: Set connection var ansible_timeout to 10 7983 1726773072.93131: Set connection var ansible_connection to ssh 7983 1726773072.93145: Set connection var ansible_pipelining to False 7983 1726773072.93155: Set connection var ansible_shell_executable to /bin/sh 7983 1726773072.93170: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773072.93195: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.93205: variable 'ansible_connection' from source: unknown 7983 1726773072.93214: variable 'ansible_module_compression' from source: unknown 7983 1726773072.93221: variable 'ansible_shell_type' from source: unknown 7983 1726773072.93228: variable 'ansible_shell_executable' from source: unknown 7983 1726773072.93235: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773072.93242: variable 'ansible_pipelining' from source: unknown 7983 1726773072.93251: variable 'ansible_timeout' from source: unknown 7983 1726773072.93264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773072.93379: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773072.93392: variable 'omit' from source: magic vars 7983 1726773072.93395: starting attempt loop 7983 1726773072.93398: running the handler 7983 1726773072.93412: _low_level_execute_command(): starting 7983 1726773072.93419: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773072.93920: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.93948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.93962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.94010: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.94031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.94135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.95827: stdout chunk (state=3): >>>/root <<< 7983 1726773072.96010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.96013: stdout chunk (state=3): >>><<< 7983 1726773072.96016: stderr chunk (state=3): >>><<< 7983 1726773072.96118: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.96128: _low_level_execute_command(): starting 7983 1726773072.96132: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676 `" && echo ansible-tmp-1726773072.960363-8124-280981435887676="` echo /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676 `" ) && sleep 0' 7983 1726773072.96640: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773072.96654: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.96668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.96686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.96727: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.96740: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773072.96754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.96772: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773072.96784: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773072.96794: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773072.96807: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773072.96820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773072.96836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773072.96849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773072.96862: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773072.96876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773072.96954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773072.96982: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773072.96985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773072.97095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773072.99065: stdout chunk (state=3): >>>ansible-tmp-1726773072.960363-8124-280981435887676=/root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676 <<< 7983 1726773072.99182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773072.99259: stderr chunk (state=3): >>><<< 7983 1726773072.99277: stdout chunk (state=3): >>><<< 7983 1726773072.99526: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773072.960363-8124-280981435887676=/root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773072.99530: variable 'ansible_module_compression' from source: unknown 7983 1726773072.99532: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773072.99534: variable 'ansible_facts' from source: unknown 7983 1726773072.99536: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/AnsiballZ_stat.py 7983 1726773072.99673: Sending initial data 7983 1726773072.99686: Sent initial data (150 bytes) 7983 1726773073.00633: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773073.00655: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.00669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.00691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.00733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.00751: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773073.00768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.00788: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773073.00800: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773073.00814: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773073.00828: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.00842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.00866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.00903: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.00909: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.00966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.00970: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.01083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.02960: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 7983 1726773073.02964: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773073.03055: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773073.03156: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp_leme3v0 /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/AnsiballZ_stat.py <<< 7983 1726773073.03273: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773073.04293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.04389: stderr chunk (state=3): >>><<< 7983 1726773073.04394: stdout chunk (state=3): >>><<< 7983 1726773073.04412: done transferring module to remote 7983 1726773073.04421: _low_level_execute_command(): starting 7983 1726773073.04426: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/ /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/AnsiballZ_stat.py && sleep 0' 7983 1726773073.04864: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.04868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.04908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773073.04912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.04914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.04961: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.04964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.05066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.06888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.06935: stderr chunk (state=3): >>><<< 7983 1726773073.06939: stdout chunk (state=3): >>><<< 7983 1726773073.06956: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773073.06960: _low_level_execute_command(): starting 7983 1726773073.06963: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/AnsiballZ_stat.py && sleep 0' 7983 1726773073.07394: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.07408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.07423: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773073.07435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.07444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.07498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773073.07518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.07613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.21167: 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"}}} <<< 7983 1726773073.22244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773073.22296: stderr chunk (state=3): >>><<< 7983 1726773073.22300: stdout chunk (state=3): >>><<< 7983 1726773073.22320: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773073.22349: 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-1726773072.960363-8124-280981435887676/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773073.22357: _low_level_execute_command(): starting 7983 1726773073.22360: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773072.960363-8124-280981435887676/ > /dev/null 2>&1 && sleep 0' 7983 1726773073.22802: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.22808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.22852: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.22858: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.22861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.22925: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773073.22932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.23027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.24873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.24917: stderr chunk (state=3): >>><<< 7983 1726773073.24921: stdout chunk (state=3): >>><<< 7983 1726773073.24937: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773073.24942: handler run complete 7983 1726773073.24958: attempt loop complete, returning result 7983 1726773073.24960: _execute() done 7983 1726773073.24963: dumping result to json 7983 1726773073.24966: done dumping result, returning 7983 1726773073.24974: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-4fbf-0a43-0000000000c0] 7983 1726773073.24980: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c0 7983 1726773073.25073: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c0 7983 1726773073.25078: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 7983 1726773073.25148: no more pending results, returning what we have 7983 1726773073.25151: results queue empty 7983 1726773073.25152: checking for any_errors_fatal 7983 1726773073.25157: done checking for any_errors_fatal 7983 1726773073.25157: checking for max_fail_percentage 7983 1726773073.25159: done checking for max_fail_percentage 7983 1726773073.25160: checking to see if all hosts have failed and the running result is not ok 7983 1726773073.25160: done checking to see if all hosts have failed 7983 1726773073.25161: getting the remaining hosts for this loop 7983 1726773073.25163: done getting the remaining hosts for this loop 7983 1726773073.25167: getting the next task for host managed_node1 7983 1726773073.25171: done getting next task for host managed_node1 7983 1726773073.25175: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773073.25181: ^ 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? (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 7983 1726773073.25192: getting variables 7983 1726773073.25193: in VariableManager get_vars() 7983 1726773073.25226: Calling all_inventory to load vars for managed_node1 7983 1726773073.25229: Calling groups_inventory to load vars for managed_node1 7983 1726773073.25231: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773073.25239: Calling all_plugins_play to load vars for managed_node1 7983 1726773073.25241: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773073.25243: Calling groups_plugins_play to load vars for managed_node1 7983 1726773073.25358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773073.25486: done with get_vars() 7983 1726773073.25495: done getting variables 7983 1726773073.25540: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:11:13 -0400 (0:00:00.344) 0:00:02.345 **** 7983 1726773073.25564: entering _queue_task() for managed_node1/set_fact 7983 1726773073.25773: worker is 1 (out of 1 available) 7983 1726773073.25791: exiting _queue_task() for managed_node1/set_fact 7983 1726773073.25804: done queuing things up, now waiting for results queue to drain 7983 1726773073.25806: waiting for pending results... 7983 1726773073.26016: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773073.26155: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000c1 7983 1726773073.26175: variable 'ansible_search_path' from source: unknown 7983 1726773073.26189: variable 'ansible_search_path' from source: unknown 7983 1726773073.26231: calling self._execute() 7983 1726773073.26317: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.26329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.26346: variable 'omit' from source: magic vars 7983 1726773073.26901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773073.27151: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773073.27201: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773073.27245: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773073.27288: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773073.27383: 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) 7983 1726773073.27416: 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) 7983 1726773073.27452: 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) 7983 1726773073.27487: 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) 7983 1726773073.27622: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 7983 1726773073.27635: variable 'omit' from source: magic vars 7983 1726773073.27712: variable 'omit' from source: magic vars 7983 1726773073.27797: variable '__transactional_update_stat' from source: set_fact 7983 1726773073.27843: variable 'omit' from source: magic vars 7983 1726773073.27867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773073.27894: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773073.27910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773073.27923: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.27933: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.27956: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773073.27959: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.27962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.28033: Set connection var ansible_shell_type to sh 7983 1726773073.28040: Set connection var ansible_timeout to 10 7983 1726773073.28045: Set connection var ansible_connection to ssh 7983 1726773073.28052: Set connection var ansible_pipelining to False 7983 1726773073.28057: Set connection var ansible_shell_executable to /bin/sh 7983 1726773073.28062: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773073.28084: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.28089: variable 'ansible_connection' from source: unknown 7983 1726773073.28091: variable 'ansible_module_compression' from source: unknown 7983 1726773073.28094: variable 'ansible_shell_type' from source: unknown 7983 1726773073.28096: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.28098: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.28100: variable 'ansible_pipelining' from source: unknown 7983 1726773073.28102: variable 'ansible_timeout' from source: unknown 7983 1726773073.28108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.28171: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773073.28179: variable 'omit' from source: magic vars 7983 1726773073.28188: starting attempt loop 7983 1726773073.28191: running the handler 7983 1726773073.28199: handler run complete 7983 1726773073.28208: attempt loop complete, returning result 7983 1726773073.28211: _execute() done 7983 1726773073.28213: dumping result to json 7983 1726773073.28217: done dumping result, returning 7983 1726773073.28225: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-4fbf-0a43-0000000000c1] 7983 1726773073.28229: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c1 7983 1726773073.28309: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c1 7983 1726773073.28313: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 7983 1726773073.28382: no more pending results, returning what we have 7983 1726773073.28386: results queue empty 7983 1726773073.28386: checking for any_errors_fatal 7983 1726773073.28392: done checking for any_errors_fatal 7983 1726773073.28393: checking for max_fail_percentage 7983 1726773073.28394: done checking for max_fail_percentage 7983 1726773073.28395: checking to see if all hosts have failed and the running result is not ok 7983 1726773073.28396: done checking to see if all hosts have failed 7983 1726773073.28396: getting the remaining hosts for this loop 7983 1726773073.28398: done getting the remaining hosts for this loop 7983 1726773073.28401: getting the next task for host managed_node1 7983 1726773073.28409: done getting next task for host managed_node1 7983 1726773073.28412: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773073.28417: ^ 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? (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 7983 1726773073.28426: getting variables 7983 1726773073.28432: in VariableManager get_vars() 7983 1726773073.28461: Calling all_inventory to load vars for managed_node1 7983 1726773073.28464: Calling groups_inventory to load vars for managed_node1 7983 1726773073.28466: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773073.28473: Calling all_plugins_play to load vars for managed_node1 7983 1726773073.28475: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773073.28478: Calling groups_plugins_play to load vars for managed_node1 7983 1726773073.28614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773073.28735: done with get_vars() 7983 1726773073.28743: done getting variables 7983 1726773073.28784: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:13 -0400 (0:00:00.032) 0:00:02.378 **** 7983 1726773073.28810: entering _queue_task() for managed_node1/include_vars 7983 1726773073.28986: worker is 1 (out of 1 available) 7983 1726773073.28998: exiting _queue_task() for managed_node1/include_vars 7983 1726773073.29010: done queuing things up, now waiting for results queue to drain 7983 1726773073.29012: waiting for pending results... 7983 1726773073.29166: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773073.29268: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000000c3 7983 1726773073.29283: variable 'ansible_search_path' from source: unknown 7983 1726773073.29286: variable 'ansible_search_path' from source: unknown 7983 1726773073.29322: calling self._execute() 7983 1726773073.30068: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.30074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.30085: variable 'omit' from source: magic vars 7983 1726773073.30184: variable 'omit' from source: magic vars 7983 1726773073.30547: variable 'omit' from source: magic vars 7983 1726773073.30957: variable 'ffparams' from source: task vars 7983 1726773073.31127: variable 'ansible_facts' from source: unknown 7983 1726773073.31350: variable 'ansible_facts' from source: unknown 7983 1726773073.31507: variable 'ansible_facts' from source: unknown 7983 1726773073.31654: variable 'ansible_facts' from source: unknown 7983 1726773073.31795: variable 'role_path' from source: magic vars 7983 1726773073.31962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7983 1726773073.32134: Loaded config def from plugin (lookup/first_found) 7983 1726773073.32138: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 7983 1726773073.32169: variable 'ansible_search_path' from source: unknown 7983 1726773073.32186: variable 'ansible_search_path' from source: unknown 7983 1726773073.32193: variable 'ansible_search_path' from source: unknown 7983 1726773073.32200: variable 'ansible_search_path' from source: unknown 7983 1726773073.32208: variable 'ansible_search_path' from source: unknown 7983 1726773073.32226: variable 'omit' from source: magic vars 7983 1726773073.32243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773073.32261: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773073.32275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773073.32291: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.32300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.32326: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773073.32329: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.32331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.32393: Set connection var ansible_shell_type to sh 7983 1726773073.32399: Set connection var ansible_timeout to 10 7983 1726773073.32406: Set connection var ansible_connection to ssh 7983 1726773073.32413: Set connection var ansible_pipelining to False 7983 1726773073.32418: Set connection var ansible_shell_executable to /bin/sh 7983 1726773073.32429: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773073.32442: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.32445: variable 'ansible_connection' from source: unknown 7983 1726773073.32447: variable 'ansible_module_compression' from source: unknown 7983 1726773073.32449: variable 'ansible_shell_type' from source: unknown 7983 1726773073.32451: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.32454: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.32459: variable 'ansible_pipelining' from source: unknown 7983 1726773073.32461: variable 'ansible_timeout' from source: unknown 7983 1726773073.32463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.32542: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773073.32553: variable 'omit' from source: magic vars 7983 1726773073.32557: starting attempt loop 7983 1726773073.32561: running the handler 7983 1726773073.32607: handler run complete 7983 1726773073.32615: attempt loop complete, returning result 7983 1726773073.32618: _execute() done 7983 1726773073.32620: dumping result to json 7983 1726773073.32623: done dumping result, returning 7983 1726773073.32631: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-4fbf-0a43-0000000000c3] 7983 1726773073.32635: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c3 7983 1726773073.32731: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000000c3 7983 1726773073.32733: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 7983 1726773073.32812: no more pending results, returning what we have 7983 1726773073.32816: results queue empty 7983 1726773073.32817: checking for any_errors_fatal 7983 1726773073.32821: done checking for any_errors_fatal 7983 1726773073.32821: checking for max_fail_percentage 7983 1726773073.32823: done checking for max_fail_percentage 7983 1726773073.32823: checking to see if all hosts have failed and the running result is not ok 7983 1726773073.32824: done checking to see if all hosts have failed 7983 1726773073.32825: getting the remaining hosts for this loop 7983 1726773073.32826: done getting the remaining hosts for this loop 7983 1726773073.32829: getting the next task for host managed_node1 7983 1726773073.32835: done getting next task for host managed_node1 7983 1726773073.32838: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773073.32840: ^ 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? (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 7983 1726773073.32848: getting variables 7983 1726773073.32849: in VariableManager get_vars() 7983 1726773073.32878: Calling all_inventory to load vars for managed_node1 7983 1726773073.32881: Calling groups_inventory to load vars for managed_node1 7983 1726773073.32883: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773073.32890: Calling all_plugins_play to load vars for managed_node1 7983 1726773073.32891: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773073.32893: Calling groups_plugins_play to load vars for managed_node1 7983 1726773073.32999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773073.33124: done with get_vars() 7983 1726773073.33132: done getting variables 7983 1726773073.33201: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:13 -0400 (0:00:00.044) 0:00:02.422 **** 7983 1726773073.33225: entering _queue_task() for managed_node1/package 7983 1726773073.33227: Creating lock for package 7983 1726773073.33401: worker is 1 (out of 1 available) 7983 1726773073.33415: exiting _queue_task() for managed_node1/package 7983 1726773073.33426: done queuing things up, now waiting for results queue to drain 7983 1726773073.33427: waiting for pending results... 7983 1726773073.33580: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773073.33682: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000049 7983 1726773073.33701: variable 'ansible_search_path' from source: unknown 7983 1726773073.33711: variable 'ansible_search_path' from source: unknown 7983 1726773073.33753: calling self._execute() 7983 1726773073.33832: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.33845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.33855: variable 'omit' from source: magic vars 7983 1726773073.33959: variable 'omit' from source: magic vars 7983 1726773073.34024: variable 'omit' from source: magic vars 7983 1726773073.34058: variable '__kernel_settings_packages' from source: include_vars 7983 1726773073.34413: variable '__kernel_settings_packages' from source: include_vars 7983 1726773073.34636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773073.36165: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773073.36218: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773073.36245: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773073.36272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773073.36294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773073.36364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773073.36386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773073.36405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773073.36432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773073.36443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773073.36519: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773073.36523: variable 'omit' from source: magic vars 7983 1726773073.36545: variable 'omit' from source: magic vars 7983 1726773073.36565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773073.36589: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773073.36602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773073.36617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.36626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773073.36649: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773073.36652: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.36655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.36722: Set connection var ansible_shell_type to sh 7983 1726773073.36728: Set connection var ansible_timeout to 10 7983 1726773073.36733: Set connection var ansible_connection to ssh 7983 1726773073.36741: Set connection var ansible_pipelining to False 7983 1726773073.36746: Set connection var ansible_shell_executable to /bin/sh 7983 1726773073.36750: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773073.36768: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.36771: variable 'ansible_connection' from source: unknown 7983 1726773073.36775: variable 'ansible_module_compression' from source: unknown 7983 1726773073.36777: variable 'ansible_shell_type' from source: unknown 7983 1726773073.36779: variable 'ansible_shell_executable' from source: unknown 7983 1726773073.36781: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773073.36787: variable 'ansible_pipelining' from source: unknown 7983 1726773073.36791: variable 'ansible_timeout' from source: unknown 7983 1726773073.36793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773073.36860: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773073.36866: variable 'omit' from source: magic vars 7983 1726773073.36874: starting attempt loop 7983 1726773073.36880: running the handler 7983 1726773073.36883: variable 'ansible_facts' from source: unknown 7983 1726773073.36885: variable 'ansible_facts' from source: unknown 7983 1726773073.36929: _low_level_execute_command(): starting 7983 1726773073.36934: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773073.37415: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.37432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.37452: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773073.37464: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.37508: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.37525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.37634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.39331: stdout chunk (state=3): >>>/root <<< 7983 1726773073.39435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.39489: stderr chunk (state=3): >>><<< 7983 1726773073.39492: stdout chunk (state=3): >>><<< 7983 1726773073.39513: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773073.39526: _low_level_execute_command(): starting 7983 1726773073.39530: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416 `" && echo ansible-tmp-1726773073.3951344-8148-100532030674416="` echo /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416 `" ) && sleep 0' 7983 1726773073.39969: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.39975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.40012: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.40025: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773073.40036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.40078: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.40090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.40201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.42118: stdout chunk (state=3): >>>ansible-tmp-1726773073.3951344-8148-100532030674416=/root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416 <<< 7983 1726773073.42231: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.42280: stderr chunk (state=3): >>><<< 7983 1726773073.42283: stdout chunk (state=3): >>><<< 7983 1726773073.42295: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773073.3951344-8148-100532030674416=/root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773073.42324: variable 'ansible_module_compression' from source: unknown 7983 1726773073.42372: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7983 1726773073.42380: ANSIBALLZ: Acquiring lock 7983 1726773073.42383: ANSIBALLZ: Lock acquired: 140131187230240 7983 1726773073.42385: ANSIBALLZ: Creating module 7983 1726773073.54490: ANSIBALLZ: Writing module into payload 7983 1726773073.54765: ANSIBALLZ: Writing module 7983 1726773073.54801: ANSIBALLZ: Renaming module 7983 1726773073.54814: ANSIBALLZ: Done creating module 7983 1726773073.54836: variable 'ansible_facts' from source: unknown 7983 1726773073.54924: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/AnsiballZ_dnf.py 7983 1726773073.55093: Sending initial data 7983 1726773073.55097: Sent initial data (150 bytes) 7983 1726773073.56155: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773073.56165: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.56182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.56205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.56245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.56252: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773073.56262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.56275: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773073.56281: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773073.56289: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773073.56305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.56318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.56330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.56337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.56345: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773073.56354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.56432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.56448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773073.56456: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.56596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.58475: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773073.58571: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773073.58679: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpsthnqhp3 /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/AnsiballZ_dnf.py <<< 7983 1726773073.58771: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773073.60563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.60726: stderr chunk (state=3): >>><<< 7983 1726773073.60729: stdout chunk (state=3): >>><<< 7983 1726773073.60735: done transferring module to remote 7983 1726773073.60738: _low_level_execute_command(): starting 7983 1726773073.60741: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/ /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/AnsiballZ_dnf.py && sleep 0' 7983 1726773073.61327: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773073.61342: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.61357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.61375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.61428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.61441: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773073.61456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.61475: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773073.61495: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773073.61508: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773073.61524: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.61540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.61559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.61571: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773073.61586: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773073.61604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.61682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.61705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773073.61724: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.61850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773073.63720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773073.63760: stderr chunk (state=3): >>><<< 7983 1726773073.63763: stdout chunk (state=3): >>><<< 7983 1726773073.63781: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773073.63784: _low_level_execute_command(): starting 7983 1726773073.63787: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/AnsiballZ_dnf.py && sleep 0' 7983 1726773073.64227: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773073.64235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773073.64283: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.64287: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773073.64289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773073.64340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773073.64344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773073.64460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773074.74331: 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}}} <<< 7983 1726773074.80592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773074.80659: stderr chunk (state=3): >>><<< 7983 1726773074.80663: stdout chunk (state=3): >>><<< 7983 1726773074.80683: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773074.80737: 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-1726773073.3951344-8148-100532030674416/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773074.80745: _low_level_execute_command(): starting 7983 1726773074.80751: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773073.3951344-8148-100532030674416/ > /dev/null 2>&1 && sleep 0' 7983 1726773074.81383: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773074.81392: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773074.81402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773074.81418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773074.81457: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773074.81464: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773074.81474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773074.81487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773074.81494: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773074.81501: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773074.81512: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773074.81521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773074.81532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773074.81539: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773074.81547: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773074.81554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773074.81628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773074.81646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773074.81658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773074.81786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773074.83709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773074.83712: stdout chunk (state=3): >>><<< 7983 1726773074.83719: stderr chunk (state=3): >>><<< 7983 1726773074.83732: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773074.83739: handler run complete 7983 1726773074.83769: attempt loop complete, returning result 7983 1726773074.83772: _execute() done 7983 1726773074.83774: dumping result to json 7983 1726773074.83780: done dumping result, returning 7983 1726773074.83788: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-4fbf-0a43-000000000049] 7983 1726773074.83792: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000049 7983 1726773074.83890: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000049 7983 1726773074.83893: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7983 1726773074.83992: no more pending results, returning what we have 7983 1726773074.83996: results queue empty 7983 1726773074.83997: checking for any_errors_fatal 7983 1726773074.84005: done checking for any_errors_fatal 7983 1726773074.84006: checking for max_fail_percentage 7983 1726773074.84007: done checking for max_fail_percentage 7983 1726773074.84008: checking to see if all hosts have failed and the running result is not ok 7983 1726773074.84009: done checking to see if all hosts have failed 7983 1726773074.84009: getting the remaining hosts for this loop 7983 1726773074.84011: done getting the remaining hosts for this loop 7983 1726773074.84016: getting the next task for host managed_node1 7983 1726773074.84023: done getting next task for host managed_node1 7983 1726773074.84027: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773074.84029: ^ 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? (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 7983 1726773074.84038: getting variables 7983 1726773074.84039: in VariableManager get_vars() 7983 1726773074.84071: Calling all_inventory to load vars for managed_node1 7983 1726773074.84074: Calling groups_inventory to load vars for managed_node1 7983 1726773074.84078: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773074.84086: Calling all_plugins_play to load vars for managed_node1 7983 1726773074.84088: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773074.84091: Calling groups_plugins_play to load vars for managed_node1 7983 1726773074.84327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773074.84549: done with get_vars() 7983 1726773074.84560: done getting variables 7983 1726773074.84666: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:14 -0400 (0:00:01.514) 0:00:03.936 **** 7983 1726773074.84707: entering _queue_task() for managed_node1/debug 7983 1726773074.84709: Creating lock for debug 7983 1726773074.84980: worker is 1 (out of 1 available) 7983 1726773074.84991: exiting _queue_task() for managed_node1/debug 7983 1726773074.85001: done queuing things up, now waiting for results queue to drain 7983 1726773074.85004: waiting for pending results... 7983 1726773074.85278: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773074.85400: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000004b 7983 1726773074.85422: variable 'ansible_search_path' from source: unknown 7983 1726773074.85429: variable 'ansible_search_path' from source: unknown 7983 1726773074.85469: calling self._execute() 7983 1726773074.85547: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.85559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.85574: variable 'omit' from source: magic vars 7983 1726773074.86039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773074.87750: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773074.87797: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773074.87824: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773074.87859: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773074.87881: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773074.87939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773074.87963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773074.87983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773074.88011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773074.88022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773074.88100: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773074.88116: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773074.88119: when evaluation is False, skipping this task 7983 1726773074.88122: _execute() done 7983 1726773074.88124: dumping result to json 7983 1726773074.88127: done dumping result, returning 7983 1726773074.88133: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-00000000004b] 7983 1726773074.88138: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004b 7983 1726773074.88216: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004b 7983 1726773074.88219: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 7983 1726773074.88260: no more pending results, returning what we have 7983 1726773074.88264: results queue empty 7983 1726773074.88264: checking for any_errors_fatal 7983 1726773074.88271: done checking for any_errors_fatal 7983 1726773074.88272: checking for max_fail_percentage 7983 1726773074.88274: done checking for max_fail_percentage 7983 1726773074.88274: checking to see if all hosts have failed and the running result is not ok 7983 1726773074.88275: done checking to see if all hosts have failed 7983 1726773074.88276: getting the remaining hosts for this loop 7983 1726773074.88277: done getting the remaining hosts for this loop 7983 1726773074.88281: getting the next task for host managed_node1 7983 1726773074.88286: done getting next task for host managed_node1 7983 1726773074.88290: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773074.88292: ^ 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? (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 7983 1726773074.88305: getting variables 7983 1726773074.88307: in VariableManager get_vars() 7983 1726773074.88335: Calling all_inventory to load vars for managed_node1 7983 1726773074.88338: Calling groups_inventory to load vars for managed_node1 7983 1726773074.88340: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773074.88348: Calling all_plugins_play to load vars for managed_node1 7983 1726773074.88351: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773074.88353: Calling groups_plugins_play to load vars for managed_node1 7983 1726773074.88541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773074.88769: done with get_vars() 7983 1726773074.88784: done getting variables 7983 1726773074.88922: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:14 -0400 (0:00:00.042) 0:00:03.979 **** 7983 1726773074.88960: entering _queue_task() for managed_node1/reboot 7983 1726773074.88962: Creating lock for reboot 7983 1726773074.89251: worker is 1 (out of 1 available) 7983 1726773074.89266: exiting _queue_task() for managed_node1/reboot 7983 1726773074.89283: done queuing things up, now waiting for results queue to drain 7983 1726773074.89285: waiting for pending results... 7983 1726773074.89586: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773074.89660: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000004c 7983 1726773074.89670: variable 'ansible_search_path' from source: unknown 7983 1726773074.89673: variable 'ansible_search_path' from source: unknown 7983 1726773074.89715: calling self._execute() 7983 1726773074.89766: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.89770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.89781: variable 'omit' from source: magic vars 7983 1726773074.90104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773074.91552: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773074.91596: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773074.91624: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773074.91650: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773074.91670: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773074.91730: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773074.91750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773074.91768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773074.91797: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773074.91810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773074.91884: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773074.91899: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773074.91902: when evaluation is False, skipping this task 7983 1726773074.91907: _execute() done 7983 1726773074.91909: dumping result to json 7983 1726773074.91911: done dumping result, returning 7983 1726773074.91918: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-4fbf-0a43-00000000004c] 7983 1726773074.91924: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004c 7983 1726773074.92006: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004c 7983 1726773074.92009: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773074.92055: no more pending results, returning what we have 7983 1726773074.92058: results queue empty 7983 1726773074.92059: checking for any_errors_fatal 7983 1726773074.92063: done checking for any_errors_fatal 7983 1726773074.92064: checking for max_fail_percentage 7983 1726773074.92066: done checking for max_fail_percentage 7983 1726773074.92066: checking to see if all hosts have failed and the running result is not ok 7983 1726773074.92067: done checking to see if all hosts have failed 7983 1726773074.92068: getting the remaining hosts for this loop 7983 1726773074.92069: done getting the remaining hosts for this loop 7983 1726773074.92073: getting the next task for host managed_node1 7983 1726773074.92080: done getting next task for host managed_node1 7983 1726773074.92084: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773074.92086: ^ 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? (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 7983 1726773074.92097: getting variables 7983 1726773074.92099: in VariableManager get_vars() 7983 1726773074.92134: Calling all_inventory to load vars for managed_node1 7983 1726773074.92137: Calling groups_inventory to load vars for managed_node1 7983 1726773074.92139: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773074.92147: Calling all_plugins_play to load vars for managed_node1 7983 1726773074.92149: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773074.92152: Calling groups_plugins_play to load vars for managed_node1 7983 1726773074.92261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773074.92391: done with get_vars() 7983 1726773074.92399: done getting variables 7983 1726773074.92441: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:11:14 -0400 (0:00:00.035) 0:00:04.014 **** 7983 1726773074.92461: entering _queue_task() for managed_node1/fail 7983 1726773074.92643: worker is 1 (out of 1 available) 7983 1726773074.92654: exiting _queue_task() for managed_node1/fail 7983 1726773074.92665: done queuing things up, now waiting for results queue to drain 7983 1726773074.92667: waiting for pending results... 7983 1726773074.92824: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773074.92892: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000004d 7983 1726773074.92901: variable 'ansible_search_path' from source: unknown 7983 1726773074.92908: variable 'ansible_search_path' from source: unknown 7983 1726773074.92936: calling self._execute() 7983 1726773074.92989: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.92993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.93003: variable 'omit' from source: magic vars 7983 1726773074.93324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773074.94780: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773074.94824: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773074.94858: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773074.94884: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773074.94906: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773074.94963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773074.94983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773074.95004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773074.95030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773074.95041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773074.95115: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773074.95129: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773074.95132: when evaluation is False, skipping this task 7983 1726773074.95135: _execute() done 7983 1726773074.95137: dumping result to json 7983 1726773074.95139: done dumping result, returning 7983 1726773074.95147: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-4fbf-0a43-00000000004d] 7983 1726773074.95156: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004d 7983 1726773074.95245: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004d 7983 1726773074.95248: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773074.95294: no more pending results, returning what we have 7983 1726773074.95297: results queue empty 7983 1726773074.95298: checking for any_errors_fatal 7983 1726773074.95305: done checking for any_errors_fatal 7983 1726773074.95305: checking for max_fail_percentage 7983 1726773074.95307: done checking for max_fail_percentage 7983 1726773074.95308: checking to see if all hosts have failed and the running result is not ok 7983 1726773074.95308: done checking to see if all hosts have failed 7983 1726773074.95309: getting the remaining hosts for this loop 7983 1726773074.95310: done getting the remaining hosts for this loop 7983 1726773074.95313: getting the next task for host managed_node1 7983 1726773074.95320: done getting next task for host managed_node1 7983 1726773074.95327: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773074.95330: ^ 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? (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 7983 1726773074.95340: getting variables 7983 1726773074.95342: in VariableManager get_vars() 7983 1726773074.95371: Calling all_inventory to load vars for managed_node1 7983 1726773074.95373: Calling groups_inventory to load vars for managed_node1 7983 1726773074.95375: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773074.95383: Calling all_plugins_play to load vars for managed_node1 7983 1726773074.95385: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773074.95387: Calling groups_plugins_play to load vars for managed_node1 7983 1726773074.95492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773074.95633: done with get_vars() 7983 1726773074.95641: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:11:14 -0400 (0:00:00.032) 0:00:04.046 **** 7983 1726773074.95698: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773074.95700: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 7983 1726773074.95878: worker is 1 (out of 1 available) 7983 1726773074.95892: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773074.95904: done queuing things up, now waiting for results queue to drain 7983 1726773074.95906: waiting for pending results... 7983 1726773074.96051: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773074.96118: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000004f 7983 1726773074.96131: variable 'ansible_search_path' from source: unknown 7983 1726773074.96136: variable 'ansible_search_path' from source: unknown 7983 1726773074.96166: calling self._execute() 7983 1726773074.96222: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.96226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.96235: variable 'omit' from source: magic vars 7983 1726773074.96308: variable 'omit' from source: magic vars 7983 1726773074.96336: variable 'omit' from source: magic vars 7983 1726773074.96361: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773074.96558: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773074.96616: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773074.96644: variable 'omit' from source: magic vars 7983 1726773074.96674: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773074.96708: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773074.96724: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773074.96737: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773074.96750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773074.96773: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773074.96776: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.96784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.96851: Set connection var ansible_shell_type to sh 7983 1726773074.96856: Set connection var ansible_timeout to 10 7983 1726773074.96865: Set connection var ansible_connection to ssh 7983 1726773074.96872: Set connection var ansible_pipelining to False 7983 1726773074.96880: Set connection var ansible_shell_executable to /bin/sh 7983 1726773074.96882: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773074.96900: variable 'ansible_shell_executable' from source: unknown 7983 1726773074.96907: variable 'ansible_connection' from source: unknown 7983 1726773074.96911: variable 'ansible_module_compression' from source: unknown 7983 1726773074.96915: variable 'ansible_shell_type' from source: unknown 7983 1726773074.96917: variable 'ansible_shell_executable' from source: unknown 7983 1726773074.96920: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773074.96924: variable 'ansible_pipelining' from source: unknown 7983 1726773074.96926: variable 'ansible_timeout' from source: unknown 7983 1726773074.96930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773074.97056: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773074.97063: variable 'omit' from source: magic vars 7983 1726773074.97068: starting attempt loop 7983 1726773074.97072: running the handler 7983 1726773074.97084: _low_level_execute_command(): starting 7983 1726773074.97091: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773074.97611: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773074.97631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773074.97643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773074.97661: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773074.97708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773074.97721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773074.97837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773074.99523: stdout chunk (state=3): >>>/root <<< 7983 1726773074.99626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773074.99671: stderr chunk (state=3): >>><<< 7983 1726773074.99674: stdout chunk (state=3): >>><<< 7983 1726773074.99698: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773074.99709: _low_level_execute_command(): starting 7983 1726773074.99714: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259 `" && echo ansible-tmp-1726773074.9969478-8189-121386759752259="` echo /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259 `" ) && sleep 0' 7983 1726773075.00149: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.00163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.00182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773075.00209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.00250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.00262: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.00370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.02313: stdout chunk (state=3): >>>ansible-tmp-1726773074.9969478-8189-121386759752259=/root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259 <<< 7983 1726773075.02417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.02467: stderr chunk (state=3): >>><<< 7983 1726773075.02470: stdout chunk (state=3): >>><<< 7983 1726773075.02491: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773074.9969478-8189-121386759752259=/root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.02535: variable 'ansible_module_compression' from source: unknown 7983 1726773075.02577: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 7983 1726773075.02583: ANSIBALLZ: Acquiring lock 7983 1726773075.02587: ANSIBALLZ: Lock acquired: 140131183784256 7983 1726773075.02590: ANSIBALLZ: Creating module 7983 1726773075.14010: ANSIBALLZ: Writing module into payload 7983 1726773075.14016: ANSIBALLZ: Writing module 7983 1726773075.14018: ANSIBALLZ: Renaming module 7983 1726773075.14020: ANSIBALLZ: Done creating module 7983 1726773075.14022: variable 'ansible_facts' from source: unknown 7983 1726773075.14025: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/AnsiballZ_kernel_settings_get_config.py 7983 1726773075.14068: Sending initial data 7983 1726773075.14072: Sent initial data (173 bytes) 7983 1726773075.15018: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.15028: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.15039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.15054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.15100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.15115: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773075.15125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.15139: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773075.15148: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773075.15154: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773075.15162: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.15173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.15188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.15196: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.15201: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773075.15212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.15286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.15307: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.15323: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.15458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.17310: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773075.17408: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773075.17507: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp5j720nyb /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773075.17601: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773075.18618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.18717: stderr chunk (state=3): >>><<< 7983 1726773075.18721: stdout chunk (state=3): >>><<< 7983 1726773075.18739: done transferring module to remote 7983 1726773075.18751: _low_level_execute_command(): starting 7983 1726773075.18756: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/ /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773075.19387: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.19408: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.19424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.19441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.19484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.19502: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773075.19519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.19535: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773075.19547: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773075.19558: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773075.19570: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.19587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.19602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.19621: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.19633: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773075.19647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.19727: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.19751: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.19768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.19899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.21741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.21799: stderr chunk (state=3): >>><<< 7983 1726773075.21803: stdout chunk (state=3): >>><<< 7983 1726773075.21818: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.21821: _low_level_execute_command(): starting 7983 1726773075.21825: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773075.22451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.22466: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.22482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.22506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.22551: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.22566: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773075.22581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.22599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773075.22617: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773075.22629: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773075.22640: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.22652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.22667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.22678: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.22690: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773075.22703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.22783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.22806: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.22821: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.22965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.37016: 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"}}} <<< 7983 1726773075.38111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773075.38167: stderr chunk (state=3): >>><<< 7983 1726773075.38171: stdout chunk (state=3): >>><<< 7983 1726773075.38188: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773075.38215: 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-1726773074.9969478-8189-121386759752259/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773075.38225: _low_level_execute_command(): starting 7983 1726773075.38228: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773074.9969478-8189-121386759752259/ > /dev/null 2>&1 && sleep 0' 7983 1726773075.38692: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.38696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.38735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773075.38739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.38742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.38796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.38800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.38909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.40774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.40825: stderr chunk (state=3): >>><<< 7983 1726773075.40828: stdout chunk (state=3): >>><<< 7983 1726773075.40843: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.40849: handler run complete 7983 1726773075.40862: attempt loop complete, returning result 7983 1726773075.40865: _execute() done 7983 1726773075.40868: dumping result to json 7983 1726773075.40872: done dumping result, returning 7983 1726773075.40880: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-4fbf-0a43-00000000004f] 7983 1726773075.40888: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004f 7983 1726773075.40984: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000004f 7983 1726773075.40988: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 7983 1726773075.41057: no more pending results, returning what we have 7983 1726773075.41060: results queue empty 7983 1726773075.41061: checking for any_errors_fatal 7983 1726773075.41065: done checking for any_errors_fatal 7983 1726773075.41066: checking for max_fail_percentage 7983 1726773075.41067: done checking for max_fail_percentage 7983 1726773075.41068: checking to see if all hosts have failed and the running result is not ok 7983 1726773075.41069: done checking to see if all hosts have failed 7983 1726773075.41070: getting the remaining hosts for this loop 7983 1726773075.41071: done getting the remaining hosts for this loop 7983 1726773075.41075: getting the next task for host managed_node1 7983 1726773075.41080: done getting next task for host managed_node1 7983 1726773075.41084: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773075.41087: ^ 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? (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 7983 1726773075.41096: getting variables 7983 1726773075.41097: in VariableManager get_vars() 7983 1726773075.41135: Calling all_inventory to load vars for managed_node1 7983 1726773075.41138: Calling groups_inventory to load vars for managed_node1 7983 1726773075.41141: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773075.41151: Calling all_plugins_play to load vars for managed_node1 7983 1726773075.41153: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773075.41156: Calling groups_plugins_play to load vars for managed_node1 7983 1726773075.41294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773075.41418: done with get_vars() 7983 1726773075.41427: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:11:15 -0400 (0:00:00.457) 0:00:04.504 **** 7983 1726773075.41493: entering _queue_task() for managed_node1/stat 7983 1726773075.41685: worker is 1 (out of 1 available) 7983 1726773075.41699: exiting _queue_task() for managed_node1/stat 7983 1726773075.41712: done queuing things up, now waiting for results queue to drain 7983 1726773075.41714: waiting for pending results... 7983 1726773075.41882: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773075.41949: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000050 7983 1726773075.41960: variable 'ansible_search_path' from source: unknown 7983 1726773075.41963: variable 'ansible_search_path' from source: unknown 7983 1726773075.42008: variable '__prof_from_conf' from source: task vars 7983 1726773075.42233: variable '__prof_from_conf' from source: task vars 7983 1726773075.42368: variable '__data' from source: task vars 7983 1726773075.42425: variable '__kernel_settings_register_tuned_main' from source: set_fact 7983 1726773075.42563: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773075.42570: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773075.42618: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773075.42688: variable 'omit' from source: magic vars 7983 1726773075.42764: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.42769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.42781: variable 'omit' from source: magic vars 7983 1726773075.42946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773075.44538: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773075.44618: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773075.44660: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773075.44701: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773075.44737: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773075.44817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773075.44853: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773075.44885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773075.44933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773075.44954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773075.45051: variable 'item' from source: unknown 7983 1726773075.45068: Evaluated conditional (item | length > 0): False 7983 1726773075.45075: when evaluation is False, skipping this task 7983 1726773075.45112: variable 'item' from source: unknown 7983 1726773075.45180: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 7983 1726773075.45380: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.45394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.45412: variable 'omit' from source: magic vars 7983 1726773075.45563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773075.45592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773075.45624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773075.45668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773075.45687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773075.45770: variable 'item' from source: unknown 7983 1726773075.45782: Evaluated conditional (item | length > 0): True 7983 1726773075.45792: variable 'omit' from source: magic vars 7983 1726773075.45838: variable 'omit' from source: magic vars 7983 1726773075.45884: variable 'item' from source: unknown 7983 1726773075.45955: variable 'item' from source: unknown 7983 1726773075.45975: variable 'omit' from source: magic vars 7983 1726773075.46006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773075.46036: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773075.46059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773075.46080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773075.46097: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773075.46133: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773075.46141: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.46150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.46245: Set connection var ansible_shell_type to sh 7983 1726773075.46259: Set connection var ansible_timeout to 10 7983 1726773075.46270: Set connection var ansible_connection to ssh 7983 1726773075.46284: Set connection var ansible_pipelining to False 7983 1726773075.46293: Set connection var ansible_shell_executable to /bin/sh 7983 1726773075.46301: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773075.46326: variable 'ansible_shell_executable' from source: unknown 7983 1726773075.46334: variable 'ansible_connection' from source: unknown 7983 1726773075.46342: variable 'ansible_module_compression' from source: unknown 7983 1726773075.46350: variable 'ansible_shell_type' from source: unknown 7983 1726773075.46357: variable 'ansible_shell_executable' from source: unknown 7983 1726773075.46364: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.46371: variable 'ansible_pipelining' from source: unknown 7983 1726773075.46378: variable 'ansible_timeout' from source: unknown 7983 1726773075.46386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.46521: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773075.46532: variable 'omit' from source: magic vars 7983 1726773075.46535: starting attempt loop 7983 1726773075.46538: running the handler 7983 1726773075.46549: _low_level_execute_command(): starting 7983 1726773075.46555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773075.47036: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.47051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.47064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773075.47078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.47094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.47138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.47155: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.47256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.48974: stdout chunk (state=3): >>>/root <<< 7983 1726773075.49076: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.49155: stderr chunk (state=3): >>><<< 7983 1726773075.49174: stdout chunk (state=3): >>><<< 7983 1726773075.49221: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.49224: _low_level_execute_command(): starting 7983 1726773075.49226: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999 `" && echo ansible-tmp-1726773075.492104-8209-275338074174999="` echo /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999 `" ) && sleep 0' 7983 1726773075.49666: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.49670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.49706: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.49709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.49711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.49762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.49766: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.49873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.51822: stdout chunk (state=3): >>>ansible-tmp-1726773075.492104-8209-275338074174999=/root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999 <<< 7983 1726773075.51966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.52079: stderr chunk (state=3): >>><<< 7983 1726773075.52082: stdout chunk (state=3): >>><<< 7983 1726773075.52094: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773075.492104-8209-275338074174999=/root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.52139: variable 'ansible_module_compression' from source: unknown 7983 1726773075.52192: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773075.52221: variable 'ansible_facts' from source: unknown 7983 1726773075.52285: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/AnsiballZ_stat.py 7983 1726773075.52388: Sending initial data 7983 1726773075.52398: Sent initial data (150 bytes) 7983 1726773075.53044: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.53047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.53081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.53088: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.53090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.53142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.53145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.53250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.55019: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 7983 1726773075.55038: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 7983 1726773075.55050: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 7983 1726773075.55061: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 7983 1726773075.55071: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 7983 1726773075.55081: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 7983 1726773075.55091: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 7983 1726773075.55102: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 7983 1726773075.55120: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773075.55239: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773075.55258: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7983 1726773075.55286: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7983 1726773075.55411: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpxt8ognsw /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/AnsiballZ_stat.py <<< 7983 1726773075.55530: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773075.56557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.56650: stderr chunk (state=3): >>><<< 7983 1726773075.56653: stdout chunk (state=3): >>><<< 7983 1726773075.56669: done transferring module to remote 7983 1726773075.56682: _low_level_execute_command(): starting 7983 1726773075.56685: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/ /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/AnsiballZ_stat.py && sleep 0' 7983 1726773075.57100: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.57151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.57165: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.57229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.57245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.57258: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.57378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.59187: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.59230: stderr chunk (state=3): >>><<< 7983 1726773075.59233: stdout chunk (state=3): >>><<< 7983 1726773075.59245: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.59248: _low_level_execute_command(): starting 7983 1726773075.59253: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/AnsiballZ_stat.py && sleep 0' 7983 1726773075.59669: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.59672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.59707: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.59710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.59712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.59766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.59769: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.59880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.73381: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773075.74401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773075.74451: stderr chunk (state=3): >>><<< 7983 1726773075.74454: stdout chunk (state=3): >>><<< 7983 1726773075.74468: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773075.74494: 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-1726773075.492104-8209-275338074174999/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773075.74503: _low_level_execute_command(): starting 7983 1726773075.74509: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773075.492104-8209-275338074174999/ > /dev/null 2>&1 && sleep 0' 7983 1726773075.74953: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.74966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.74986: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773075.74998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.75060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.75115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.75205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.77129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.77132: stdout chunk (state=3): >>><<< 7983 1726773075.77139: stderr chunk (state=3): >>><<< 7983 1726773075.77161: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.77167: handler run complete 7983 1726773075.77188: attempt loop complete, returning result 7983 1726773075.77211: variable 'item' from source: unknown 7983 1726773075.77290: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 7983 1726773075.77401: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.77406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.77409: variable 'omit' from source: magic vars 7983 1726773075.77558: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773075.77584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773075.77611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773075.77660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773075.77675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773075.77763: variable 'item' from source: unknown 7983 1726773075.77771: Evaluated conditional (item | length > 0): True 7983 1726773075.77775: variable 'omit' from source: magic vars 7983 1726773075.77791: variable 'omit' from source: magic vars 7983 1726773075.77847: variable 'item' from source: unknown 7983 1726773075.77912: variable 'item' from source: unknown 7983 1726773075.77929: variable 'omit' from source: magic vars 7983 1726773075.77959: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773075.77968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773075.77975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773075.77988: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773075.77991: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.77993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.78081: Set connection var ansible_shell_type to sh 7983 1726773075.78085: Set connection var ansible_timeout to 10 7983 1726773075.78091: Set connection var ansible_connection to ssh 7983 1726773075.78127: Set connection var ansible_pipelining to False 7983 1726773075.78131: Set connection var ansible_shell_executable to /bin/sh 7983 1726773075.78133: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773075.78136: variable 'ansible_shell_executable' from source: unknown 7983 1726773075.78138: variable 'ansible_connection' from source: unknown 7983 1726773075.78140: variable 'ansible_module_compression' from source: unknown 7983 1726773075.78142: variable 'ansible_shell_type' from source: unknown 7983 1726773075.78144: variable 'ansible_shell_executable' from source: unknown 7983 1726773075.78146: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773075.78148: variable 'ansible_pipelining' from source: unknown 7983 1726773075.78150: variable 'ansible_timeout' from source: unknown 7983 1726773075.78152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773075.78269: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773075.78290: variable 'omit' from source: magic vars 7983 1726773075.78293: starting attempt loop 7983 1726773075.78295: running the handler 7983 1726773075.78305: _low_level_execute_command(): starting 7983 1726773075.78309: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773075.78935: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.78955: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.78964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.78981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.79011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.79018: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773075.79028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.79040: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773075.79048: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773075.79061: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773075.79068: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.79080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.79088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.79096: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.79105: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773075.79115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.79194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.79212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.79230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.79346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.81019: stdout chunk (state=3): >>>/root <<< 7983 1726773075.81131: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.81206: stderr chunk (state=3): >>><<< 7983 1726773075.81221: stdout chunk (state=3): >>><<< 7983 1726773075.81320: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.81324: _low_level_execute_command(): starting 7983 1726773075.81327: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774 `" && echo ansible-tmp-1726773075.8124568-8209-16314872929774="` echo /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774 `" ) && sleep 0' 7983 1726773075.81874: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.81889: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.81902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.81926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.81967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773075.81984: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773075.82004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.82042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.82101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.82109: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.82223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.84169: stdout chunk (state=3): >>>ansible-tmp-1726773075.8124568-8209-16314872929774=/root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774 <<< 7983 1726773075.84274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.84350: stderr chunk (state=3): >>><<< 7983 1726773075.84360: stdout chunk (state=3): >>><<< 7983 1726773075.84614: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773075.8124568-8209-16314872929774=/root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.84618: variable 'ansible_module_compression' from source: unknown 7983 1726773075.84620: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773075.84622: variable 'ansible_facts' from source: unknown 7983 1726773075.84625: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/AnsiballZ_stat.py 7983 1726773075.84712: Sending initial data 7983 1726773075.84717: Sent initial data (150 bytes) 7983 1726773075.85682: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773075.85697: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.85746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.85749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.85775: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.85778: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773075.85780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773075.85783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.85854: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.85964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.87828: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773075.87921: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773075.88020: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpwgq6ucre /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/AnsiballZ_stat.py <<< 7983 1726773075.88113: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773075.89347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.89454: stderr chunk (state=3): >>><<< 7983 1726773075.89457: stdout chunk (state=3): >>><<< 7983 1726773075.89462: done transferring module to remote 7983 1726773075.89469: _low_level_execute_command(): starting 7983 1726773075.89474: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/ /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/AnsiballZ_stat.py && sleep 0' 7983 1726773075.89896: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.89902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.89945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.89948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.89951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.90008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773075.90014: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.90121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773075.91966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773075.92007: stderr chunk (state=3): >>><<< 7983 1726773075.92010: stdout chunk (state=3): >>><<< 7983 1726773075.92022: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773075.92031: _low_level_execute_command(): starting 7983 1726773075.92034: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/AnsiballZ_stat.py && sleep 0' 7983 1726773075.92438: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.92444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773075.92473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.92485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773075.92496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773075.92508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773075.92548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773075.92560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773075.92675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.06958: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 442499201, "dev": 51713, "nlink": 3, "atime": 1726773065.192146, "mtime": 1726773069.200161, "ctime": 1726773069.200161, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773076.08224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773076.08268: stderr chunk (state=3): >>><<< 7983 1726773076.08271: stdout chunk (state=3): >>><<< 7983 1726773076.08289: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 442499201, "dev": 51713, "nlink": 3, "atime": 1726773065.192146, "mtime": 1726773069.200161, "ctime": 1726773069.200161, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773076.08348: 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-1726773075.8124568-8209-16314872929774/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773076.08353: _low_level_execute_command(): starting 7983 1726773076.08358: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773075.8124568-8209-16314872929774/ > /dev/null 2>&1 && sleep 0' 7983 1726773076.08793: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.08796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.08840: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.08843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.08845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.08897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.08913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.09016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.10870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.10917: stderr chunk (state=3): >>><<< 7983 1726773076.10920: stdout chunk (state=3): >>><<< 7983 1726773076.10935: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.10943: handler run complete 7983 1726773076.10972: attempt loop complete, returning result 7983 1726773076.10988: variable 'item' from source: unknown 7983 1726773076.11050: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773065.192146, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773069.200161, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499201, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773069.200161, "nlink": 3, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "version": "280734677", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 7983 1726773076.11202: dumping result to json 7983 1726773076.11206: done dumping result, returning 7983 1726773076.11208: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-4fbf-0a43-000000000050] 7983 1726773076.11210: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000050 7983 1726773076.11307: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000050 7983 1726773076.11310: WORKER PROCESS EXITING 7983 1726773076.11392: no more pending results, returning what we have 7983 1726773076.11395: results queue empty 7983 1726773076.11395: checking for any_errors_fatal 7983 1726773076.11399: done checking for any_errors_fatal 7983 1726773076.11399: checking for max_fail_percentage 7983 1726773076.11400: done checking for max_fail_percentage 7983 1726773076.11401: checking to see if all hosts have failed and the running result is not ok 7983 1726773076.11402: done checking to see if all hosts have failed 7983 1726773076.11402: getting the remaining hosts for this loop 7983 1726773076.11406: done getting the remaining hosts for this loop 7983 1726773076.11409: getting the next task for host managed_node1 7983 1726773076.11413: done getting next task for host managed_node1 7983 1726773076.11416: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773076.11419: ^ 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? (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 7983 1726773076.11427: getting variables 7983 1726773076.11428: in VariableManager get_vars() 7983 1726773076.11453: Calling all_inventory to load vars for managed_node1 7983 1726773076.11455: Calling groups_inventory to load vars for managed_node1 7983 1726773076.11457: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773076.11465: Calling all_plugins_play to load vars for managed_node1 7983 1726773076.11467: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773076.11469: Calling groups_plugins_play to load vars for managed_node1 7983 1726773076.11573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773076.11693: done with get_vars() 7983 1726773076.11701: done getting variables 7983 1726773076.11745: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:11:16 -0400 (0:00:00.702) 0:00:05.207 **** 7983 1726773076.11765: entering _queue_task() for managed_node1/set_fact 7983 1726773076.11947: worker is 1 (out of 1 available) 7983 1726773076.11960: exiting _queue_task() for managed_node1/set_fact 7983 1726773076.11971: done queuing things up, now waiting for results queue to drain 7983 1726773076.11973: waiting for pending results... 7983 1726773076.12135: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773076.12204: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000051 7983 1726773076.12219: variable 'ansible_search_path' from source: unknown 7983 1726773076.12222: variable 'ansible_search_path' from source: unknown 7983 1726773076.12257: calling self._execute() 7983 1726773076.12343: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.12354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.12368: variable 'omit' from source: magic vars 7983 1726773076.12480: variable 'omit' from source: magic vars 7983 1726773076.12532: variable 'omit' from source: magic vars 7983 1726773076.13043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773076.14945: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773076.14992: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773076.15029: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773076.15055: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773076.15075: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773076.15139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773076.15160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773076.15178: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773076.15211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773076.15223: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773076.15254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773076.15270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773076.15291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773076.15321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773076.15331: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773076.15369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773076.15389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773076.15412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773076.15434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773076.15445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773076.15600: variable '__kernel_settings_find_profile_dirs' from source: set_fact 7983 1726773076.15662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773076.15820: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773076.15868: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773076.15907: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773076.15939: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773076.15987: 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) 7983 1726773076.16020: 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) 7983 1726773076.16049: 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) 7983 1726773076.16079: 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) 7983 1726773076.16396: variable 'omit' from source: magic vars 7983 1726773076.16430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773076.16458: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773076.16482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773076.16502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.16520: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.16559: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773076.16567: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.16574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.16679: Set connection var ansible_shell_type to sh 7983 1726773076.16692: Set connection var ansible_timeout to 10 7983 1726773076.16702: Set connection var ansible_connection to ssh 7983 1726773076.16717: Set connection var ansible_pipelining to False 7983 1726773076.16733: Set connection var ansible_shell_executable to /bin/sh 7983 1726773076.16755: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773076.16775: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.16784: variable 'ansible_connection' from source: unknown 7983 1726773076.16787: variable 'ansible_module_compression' from source: unknown 7983 1726773076.16789: variable 'ansible_shell_type' from source: unknown 7983 1726773076.16792: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.16794: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.16796: variable 'ansible_pipelining' from source: unknown 7983 1726773076.16798: variable 'ansible_timeout' from source: unknown 7983 1726773076.16800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.16900: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773076.16918: variable 'omit' from source: magic vars 7983 1726773076.16928: starting attempt loop 7983 1726773076.16934: running the handler 7983 1726773076.16946: handler run complete 7983 1726773076.16958: attempt loop complete, returning result 7983 1726773076.16965: _execute() done 7983 1726773076.16975: dumping result to json 7983 1726773076.16987: done dumping result, returning 7983 1726773076.17001: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-4fbf-0a43-000000000051] 7983 1726773076.17012: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000051 7983 1726773076.17099: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000051 7983 1726773076.17102: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 7983 1726773076.17272: no more pending results, returning what we have 7983 1726773076.17275: results queue empty 7983 1726773076.17275: checking for any_errors_fatal 7983 1726773076.17282: done checking for any_errors_fatal 7983 1726773076.17283: checking for max_fail_percentage 7983 1726773076.17284: done checking for max_fail_percentage 7983 1726773076.17285: checking to see if all hosts have failed and the running result is not ok 7983 1726773076.17286: done checking to see if all hosts have failed 7983 1726773076.17286: getting the remaining hosts for this loop 7983 1726773076.17287: done getting the remaining hosts for this loop 7983 1726773076.17290: getting the next task for host managed_node1 7983 1726773076.17295: done getting next task for host managed_node1 7983 1726773076.17298: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773076.17301: ^ 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? (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 7983 1726773076.17317: getting variables 7983 1726773076.17319: in VariableManager get_vars() 7983 1726773076.17351: Calling all_inventory to load vars for managed_node1 7983 1726773076.17354: Calling groups_inventory to load vars for managed_node1 7983 1726773076.17356: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773076.17364: Calling all_plugins_play to load vars for managed_node1 7983 1726773076.17367: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773076.17370: Calling groups_plugins_play to load vars for managed_node1 7983 1726773076.17536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773076.17782: done with get_vars() 7983 1726773076.17793: done getting variables 7983 1726773076.17922: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:16 -0400 (0:00:00.062) 0:00:05.269 **** 7983 1726773076.17988: entering _queue_task() for managed_node1/service 7983 1726773076.17990: Creating lock for service 7983 1726773076.18241: worker is 1 (out of 1 available) 7983 1726773076.18253: exiting _queue_task() for managed_node1/service 7983 1726773076.18264: done queuing things up, now waiting for results queue to drain 7983 1726773076.18266: waiting for pending results... 7983 1726773076.18430: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773076.18495: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000052 7983 1726773076.18506: variable 'ansible_search_path' from source: unknown 7983 1726773076.18511: variable 'ansible_search_path' from source: unknown 7983 1726773076.18546: variable '__kernel_settings_services' from source: include_vars 7983 1726773076.18769: variable '__kernel_settings_services' from source: include_vars 7983 1726773076.18825: variable 'omit' from source: magic vars 7983 1726773076.18901: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.18912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.18921: variable 'omit' from source: magic vars 7983 1726773076.18972: variable 'omit' from source: magic vars 7983 1726773076.19001: variable 'omit' from source: magic vars 7983 1726773076.19037: variable 'item' from source: unknown 7983 1726773076.19091: variable 'item' from source: unknown 7983 1726773076.19110: variable 'omit' from source: magic vars 7983 1726773076.19143: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773076.19169: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773076.19185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773076.19198: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.19210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.19233: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773076.19236: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.19239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.19305: Set connection var ansible_shell_type to sh 7983 1726773076.19311: Set connection var ansible_timeout to 10 7983 1726773076.19316: Set connection var ansible_connection to ssh 7983 1726773076.19324: Set connection var ansible_pipelining to False 7983 1726773076.19329: Set connection var ansible_shell_executable to /bin/sh 7983 1726773076.19333: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773076.19348: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.19352: variable 'ansible_connection' from source: unknown 7983 1726773076.19354: variable 'ansible_module_compression' from source: unknown 7983 1726773076.19357: variable 'ansible_shell_type' from source: unknown 7983 1726773076.19359: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.19361: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.19364: variable 'ansible_pipelining' from source: unknown 7983 1726773076.19366: variable 'ansible_timeout' from source: unknown 7983 1726773076.19369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.19465: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773076.19472: variable 'omit' from source: magic vars 7983 1726773076.19478: starting attempt loop 7983 1726773076.19483: running the handler 7983 1726773076.19551: variable 'ansible_facts' from source: unknown 7983 1726773076.19634: _low_level_execute_command(): starting 7983 1726773076.19641: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773076.20345: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773076.20359: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.20373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.20394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.20439: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.20451: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773076.20464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.20487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773076.20501: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773076.20518: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773076.20531: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.20546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.20563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.20580: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.20594: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773076.20612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.20687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.20713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.20730: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.20875: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.22566: stdout chunk (state=3): >>>/root <<< 7983 1726773076.22665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.22713: stderr chunk (state=3): >>><<< 7983 1726773076.22716: stdout chunk (state=3): >>><<< 7983 1726773076.22734: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.22746: _low_level_execute_command(): starting 7983 1726773076.22751: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027 `" && echo ansible-tmp-1726773076.2273364-8246-279451911723027="` echo /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027 `" ) && sleep 0' 7983 1726773076.23186: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.23190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.23231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.23235: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.23238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.23282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.23286: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.23395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.25296: stdout chunk (state=3): >>>ansible-tmp-1726773076.2273364-8246-279451911723027=/root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027 <<< 7983 1726773076.25418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.25459: stderr chunk (state=3): >>><<< 7983 1726773076.25462: stdout chunk (state=3): >>><<< 7983 1726773076.25477: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773076.2273364-8246-279451911723027=/root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.25511: variable 'ansible_module_compression' from source: unknown 7983 1726773076.25556: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 7983 1726773076.25560: ANSIBALLZ: Acquiring lock 7983 1726773076.25562: ANSIBALLZ: Lock acquired: 140131187230240 7983 1726773076.25564: ANSIBALLZ: Creating module 7983 1726773076.47872: ANSIBALLZ: Writing module into payload 7983 1726773076.48008: ANSIBALLZ: Writing module 7983 1726773076.48033: ANSIBALLZ: Renaming module 7983 1726773076.48038: ANSIBALLZ: Done creating module 7983 1726773076.48069: variable 'ansible_facts' from source: unknown 7983 1726773076.48208: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/AnsiballZ_systemd.py 7983 1726773076.48327: Sending initial data 7983 1726773076.48337: Sent initial data (154 bytes) 7983 1726773076.48981: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.48986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.49033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.49036: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.49038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.49081: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.49090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.49101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.49225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.51108: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773076.51205: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773076.51303: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpw22_11ol /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/AnsiballZ_systemd.py <<< 7983 1726773076.51396: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773076.53699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.53902: stderr chunk (state=3): >>><<< 7983 1726773076.53912: stdout chunk (state=3): >>><<< 7983 1726773076.53915: done transferring module to remote 7983 1726773076.53917: _low_level_execute_command(): starting 7983 1726773076.53920: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/ /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/AnsiballZ_systemd.py && sleep 0' 7983 1726773076.54509: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773076.54523: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.54537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.54563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.54607: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.54619: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773076.54635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.54654: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773076.54672: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773076.54689: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773076.54702: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.54722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.54756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.54760: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.54821: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.54836: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.54847: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.54963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.56920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.56924: stdout chunk (state=3): >>><<< 7983 1726773076.56926: stderr chunk (state=3): >>><<< 7983 1726773076.57018: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.57021: _low_level_execute_command(): starting 7983 1726773076.57024: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/AnsiballZ_systemd.py && sleep 0' 7983 1726773076.57653: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.57657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.57683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.57686: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.57701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.57751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.57755: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.57866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.83409: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "109906000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 7983 1726773076.83431: stdout chunk (state=3): >>>PUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 7983 1726773076.85073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773076.85221: stderr chunk (state=3): >>><<< 7983 1726773076.85225: stdout chunk (state=3): >>><<< 7983 1726773076.85266: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "109906000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773076.85552: 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-1726773076.2273364-8246-279451911723027/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773076.85582: _low_level_execute_command(): starting 7983 1726773076.85593: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773076.2273364-8246-279451911723027/ > /dev/null 2>&1 && sleep 0' 7983 1726773076.86754: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773076.86805: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.86831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.86862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.86950: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.86965: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773076.86998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.87053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773076.87075: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773076.87099: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773076.87123: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.87175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.87198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.87222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.87278: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773076.87301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.87440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.87509: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.87539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.87691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.89672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.89676: stdout chunk (state=3): >>><<< 7983 1726773076.89678: stderr chunk (state=3): >>><<< 7983 1726773076.89818: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.89821: handler run complete 7983 1726773076.89824: attempt loop complete, returning result 7983 1726773076.89826: variable 'item' from source: unknown 7983 1726773076.89866: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "109906000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11156", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14024704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 7983 1726773076.90350: dumping result to json 7983 1726773076.90352: done dumping result, returning 7983 1726773076.90354: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-4fbf-0a43-000000000052] 7983 1726773076.90357: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000052 7983 1726773076.90440: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000052 7983 1726773076.90444: WORKER PROCESS EXITING 7983 1726773076.90568: no more pending results, returning what we have 7983 1726773076.90571: results queue empty 7983 1726773076.90572: checking for any_errors_fatal 7983 1726773076.90579: done checking for any_errors_fatal 7983 1726773076.90580: checking for max_fail_percentage 7983 1726773076.90581: done checking for max_fail_percentage 7983 1726773076.90582: checking to see if all hosts have failed and the running result is not ok 7983 1726773076.90583: done checking to see if all hosts have failed 7983 1726773076.90583: getting the remaining hosts for this loop 7983 1726773076.90585: done getting the remaining hosts for this loop 7983 1726773076.90588: getting the next task for host managed_node1 7983 1726773076.90592: done getting next task for host managed_node1 7983 1726773076.90596: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773076.90599: ^ 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? (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 7983 1726773076.90609: getting variables 7983 1726773076.90611: in VariableManager get_vars() 7983 1726773076.90637: Calling all_inventory to load vars for managed_node1 7983 1726773076.90640: Calling groups_inventory to load vars for managed_node1 7983 1726773076.90642: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773076.90650: Calling all_plugins_play to load vars for managed_node1 7983 1726773076.90652: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773076.90655: Calling groups_plugins_play to load vars for managed_node1 7983 1726773076.90830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773076.91136: done with get_vars() 7983 1726773076.91145: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:11:16 -0400 (0:00:00.732) 0:00:06.002 **** 7983 1726773076.91231: entering _queue_task() for managed_node1/file 7983 1726773076.91431: worker is 1 (out of 1 available) 7983 1726773076.91446: exiting _queue_task() for managed_node1/file 7983 1726773076.91456: done queuing things up, now waiting for results queue to drain 7983 1726773076.91458: waiting for pending results... 7983 1726773076.91619: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773076.91683: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000053 7983 1726773076.91691: variable 'ansible_search_path' from source: unknown 7983 1726773076.91696: variable 'ansible_search_path' from source: unknown 7983 1726773076.91726: calling self._execute() 7983 1726773076.91782: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.91786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.91794: variable 'omit' from source: magic vars 7983 1726773076.91867: variable 'omit' from source: magic vars 7983 1726773076.91899: variable 'omit' from source: magic vars 7983 1726773076.91921: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773076.92143: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773076.92214: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773076.92220: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773076.92275: variable 'omit' from source: magic vars 7983 1726773076.92310: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773076.92335: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773076.92357: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773076.92366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.92377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773076.92402: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773076.92407: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.92409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.92475: Set connection var ansible_shell_type to sh 7983 1726773076.92483: Set connection var ansible_timeout to 10 7983 1726773076.92489: Set connection var ansible_connection to ssh 7983 1726773076.92497: Set connection var ansible_pipelining to False 7983 1726773076.92502: Set connection var ansible_shell_executable to /bin/sh 7983 1726773076.92508: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773076.92524: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.92527: variable 'ansible_connection' from source: unknown 7983 1726773076.92529: variable 'ansible_module_compression' from source: unknown 7983 1726773076.92531: variable 'ansible_shell_type' from source: unknown 7983 1726773076.92534: variable 'ansible_shell_executable' from source: unknown 7983 1726773076.92536: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773076.92542: variable 'ansible_pipelining' from source: unknown 7983 1726773076.92545: variable 'ansible_timeout' from source: unknown 7983 1726773076.92549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773076.92694: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773076.92701: variable 'omit' from source: magic vars 7983 1726773076.92708: starting attempt loop 7983 1726773076.92711: running the handler 7983 1726773076.92722: _low_level_execute_command(): starting 7983 1726773076.92736: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773076.93446: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773076.93463: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.93477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.93496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.93542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.93561: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773076.93579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.93602: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773076.93618: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773076.93628: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773076.93640: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.93653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.93668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.93680: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773076.93691: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773076.93710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.93789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.93813: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.93834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.93971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.95651: stdout chunk (state=3): >>>/root <<< 7983 1726773076.95758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.95801: stderr chunk (state=3): >>><<< 7983 1726773076.95806: stdout chunk (state=3): >>><<< 7983 1726773076.95827: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.95839: _low_level_execute_command(): starting 7983 1726773076.95844: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508 `" && echo ansible-tmp-1726773076.9582703-8272-567438343508="` echo /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508 `" ) && sleep 0' 7983 1726773076.96282: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773076.96286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773076.96324: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.96327: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773076.96330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773076.96372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773076.96397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773076.96400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773076.96495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773076.98463: stdout chunk (state=3): >>>ansible-tmp-1726773076.9582703-8272-567438343508=/root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508 <<< 7983 1726773076.98574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773076.98619: stderr chunk (state=3): >>><<< 7983 1726773076.98622: stdout chunk (state=3): >>><<< 7983 1726773076.98637: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773076.9582703-8272-567438343508=/root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773076.98676: variable 'ansible_module_compression' from source: unknown 7983 1726773076.98720: ANSIBALLZ: Using lock for file 7983 1726773076.98723: ANSIBALLZ: Acquiring lock 7983 1726773076.98725: ANSIBALLZ: Lock acquired: 140131185520528 7983 1726773076.98728: ANSIBALLZ: Creating module 7983 1726773077.07952: ANSIBALLZ: Writing module into payload 7983 1726773077.08101: ANSIBALLZ: Writing module 7983 1726773077.08120: ANSIBALLZ: Renaming module 7983 1726773077.08126: ANSIBALLZ: Done creating module 7983 1726773077.08140: variable 'ansible_facts' from source: unknown 7983 1726773077.08191: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/AnsiballZ_file.py 7983 1726773077.08299: Sending initial data 7983 1726773077.08312: Sent initial data (148 bytes) 7983 1726773077.09009: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.09012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.09045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.09049: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.09051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.09113: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.09116: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773077.09118: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.09228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.11112: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773077.11207: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773077.11301: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp4u8av99o /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/AnsiballZ_file.py <<< 7983 1726773077.11394: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773077.12678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.12868: stderr chunk (state=3): >>><<< 7983 1726773077.12871: stdout chunk (state=3): >>><<< 7983 1726773077.12874: done transferring module to remote 7983 1726773077.12879: _low_level_execute_command(): starting 7983 1726773077.12882: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/ /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/AnsiballZ_file.py && sleep 0' 7983 1726773077.13398: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.13402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.13432: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773077.13436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.13442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.13496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.13500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.13599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.15442: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.15506: stderr chunk (state=3): >>><<< 7983 1726773077.15509: stdout chunk (state=3): >>><<< 7983 1726773077.15597: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.15601: _low_level_execute_command(): starting 7983 1726773077.15605: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/AnsiballZ_file.py && sleep 0' 7983 1726773077.16231: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.16234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.16265: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.16268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.16271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.16325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.16328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.16437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.30986: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7983 1726773077.32130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773077.32186: stderr chunk (state=3): >>><<< 7983 1726773077.32190: stdout chunk (state=3): >>><<< 7983 1726773077.32206: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773077.32242: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773077.32253: _low_level_execute_command(): starting 7983 1726773077.32256: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773076.9582703-8272-567438343508/ > /dev/null 2>&1 && sleep 0' 7983 1726773077.32724: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.32728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.32766: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.32770: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.32772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.32845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.32939: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.34822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.34865: stderr chunk (state=3): >>><<< 7983 1726773077.34868: stdout chunk (state=3): >>><<< 7983 1726773077.34882: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.34888: handler run complete 7983 1726773077.34909: attempt loop complete, returning result 7983 1726773077.34912: _execute() done 7983 1726773077.34914: dumping result to json 7983 1726773077.34919: done dumping result, returning 7983 1726773077.34928: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-4fbf-0a43-000000000053] 7983 1726773077.34932: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000053 7983 1726773077.35040: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000053 7983 1726773077.35044: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 7983 1726773077.35125: no more pending results, returning what we have 7983 1726773077.35128: results queue empty 7983 1726773077.35129: checking for any_errors_fatal 7983 1726773077.35144: done checking for any_errors_fatal 7983 1726773077.35145: checking for max_fail_percentage 7983 1726773077.35146: done checking for max_fail_percentage 7983 1726773077.35148: checking to see if all hosts have failed and the running result is not ok 7983 1726773077.35148: done checking to see if all hosts have failed 7983 1726773077.35149: getting the remaining hosts for this loop 7983 1726773077.35151: done getting the remaining hosts for this loop 7983 1726773077.35155: getting the next task for host managed_node1 7983 1726773077.35160: done getting next task for host managed_node1 7983 1726773077.35163: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773077.35166: ^ 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? (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 7983 1726773077.35174: getting variables 7983 1726773077.35175: in VariableManager get_vars() 7983 1726773077.35214: Calling all_inventory to load vars for managed_node1 7983 1726773077.35216: Calling groups_inventory to load vars for managed_node1 7983 1726773077.35219: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773077.35227: Calling all_plugins_play to load vars for managed_node1 7983 1726773077.35229: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773077.35232: Calling groups_plugins_play to load vars for managed_node1 7983 1726773077.35383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773077.35506: done with get_vars() 7983 1726773077.35515: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:11:17 -0400 (0:00:00.443) 0:00:06.445 **** 7983 1726773077.35583: entering _queue_task() for managed_node1/slurp 7983 1726773077.35768: worker is 1 (out of 1 available) 7983 1726773077.35782: exiting _queue_task() for managed_node1/slurp 7983 1726773077.35793: done queuing things up, now waiting for results queue to drain 7983 1726773077.35795: waiting for pending results... 7983 1726773077.35955: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773077.36024: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000054 7983 1726773077.36037: variable 'ansible_search_path' from source: unknown 7983 1726773077.36041: variable 'ansible_search_path' from source: unknown 7983 1726773077.36069: calling self._execute() 7983 1726773077.36126: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.36129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.36141: variable 'omit' from source: magic vars 7983 1726773077.36210: variable 'omit' from source: magic vars 7983 1726773077.36241: variable 'omit' from source: magic vars 7983 1726773077.36265: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773077.36470: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773077.36529: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773077.36555: variable 'omit' from source: magic vars 7983 1726773077.36589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773077.36617: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773077.36631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773077.36644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.36655: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.36681: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773077.36685: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.36688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.36755: Set connection var ansible_shell_type to sh 7983 1726773077.36761: Set connection var ansible_timeout to 10 7983 1726773077.36766: Set connection var ansible_connection to ssh 7983 1726773077.36774: Set connection var ansible_pipelining to False 7983 1726773077.36780: Set connection var ansible_shell_executable to /bin/sh 7983 1726773077.36783: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773077.36803: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.36807: variable 'ansible_connection' from source: unknown 7983 1726773077.36811: variable 'ansible_module_compression' from source: unknown 7983 1726773077.36813: variable 'ansible_shell_type' from source: unknown 7983 1726773077.36815: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.36818: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.36820: variable 'ansible_pipelining' from source: unknown 7983 1726773077.36822: variable 'ansible_timeout' from source: unknown 7983 1726773077.36824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.36963: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773077.36971: variable 'omit' from source: magic vars 7983 1726773077.36980: starting attempt loop 7983 1726773077.36983: running the handler 7983 1726773077.36992: _low_level_execute_command(): starting 7983 1726773077.36999: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773077.37507: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.37522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.37534: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773077.37548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.37565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.37612: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.37625: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.37736: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.39438: stdout chunk (state=3): >>>/root <<< 7983 1726773077.39539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.39586: stderr chunk (state=3): >>><<< 7983 1726773077.39591: stdout chunk (state=3): >>><<< 7983 1726773077.39609: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.39621: _low_level_execute_command(): starting 7983 1726773077.39628: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864 `" && echo ansible-tmp-1726773077.3960814-8292-263363982609864="` echo /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864 `" ) && sleep 0' 7983 1726773077.40296: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773077.40311: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.40327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.40345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.40396: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773077.40423: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773077.40437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.40455: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773077.40471: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773077.40486: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773077.40506: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.40524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.40540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.40554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773077.40566: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773077.40585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.40665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.40686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773077.40711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.40858: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.42821: stdout chunk (state=3): >>>ansible-tmp-1726773077.3960814-8292-263363982609864=/root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864 <<< 7983 1726773077.43189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.43192: stdout chunk (state=3): >>><<< 7983 1726773077.43194: stderr chunk (state=3): >>><<< 7983 1726773077.43513: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773077.3960814-8292-263363982609864=/root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.43516: variable 'ansible_module_compression' from source: unknown 7983 1726773077.43519: ANSIBALLZ: Using lock for slurp 7983 1726773077.43521: ANSIBALLZ: Acquiring lock 7983 1726773077.43523: ANSIBALLZ: Lock acquired: 140131185520384 7983 1726773077.43525: ANSIBALLZ: Creating module 7983 1726773077.54333: ANSIBALLZ: Writing module into payload 7983 1726773077.54415: ANSIBALLZ: Writing module 7983 1726773077.54443: ANSIBALLZ: Renaming module 7983 1726773077.54454: ANSIBALLZ: Done creating module 7983 1726773077.54474: variable 'ansible_facts' from source: unknown 7983 1726773077.54552: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/AnsiballZ_slurp.py 7983 1726773077.54708: Sending initial data 7983 1726773077.54711: Sent initial data (152 bytes) 7983 1726773077.55509: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.55552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.55555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.55558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.55560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773077.55562: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.55616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.55625: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773077.55629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.55728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.57656: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773077.57740: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773077.57751: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7983 1726773077.57761: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7983 1726773077.57874: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpx4tiwe_n /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/AnsiballZ_slurp.py <<< 7983 1726773077.57989: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773077.59225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.59473: stderr chunk (state=3): >>><<< 7983 1726773077.59479: stdout chunk (state=3): >>><<< 7983 1726773077.59481: done transferring module to remote 7983 1726773077.59484: _low_level_execute_command(): starting 7983 1726773077.59486: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/ /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/AnsiballZ_slurp.py && sleep 0' 7983 1726773077.60065: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773077.60090: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.60094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.60130: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.60137: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.60139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.60189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.60201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.60309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.62224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.62292: stderr chunk (state=3): >>><<< 7983 1726773077.62305: stdout chunk (state=3): >>><<< 7983 1726773077.62411: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.62416: _low_level_execute_command(): starting 7983 1726773077.62419: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/AnsiballZ_slurp.py && sleep 0' 7983 1726773077.62952: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.62955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.63002: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.63008: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773077.63010: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.63012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.63061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.63065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.63184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.76838: 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"}}} <<< 7983 1726773077.77877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773077.77937: stderr chunk (state=3): >>><<< 7983 1726773077.77940: stdout chunk (state=3): >>><<< 7983 1726773077.77957: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773077.77986: 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-1726773077.3960814-8292-263363982609864/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773077.77993: _low_level_execute_command(): starting 7983 1726773077.77998: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773077.3960814-8292-263363982609864/ > /dev/null 2>&1 && sleep 0' 7983 1726773077.78470: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.78490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.78506: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773077.78521: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.78563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.78586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.78685: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.80602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.80650: stderr chunk (state=3): >>><<< 7983 1726773077.80653: stdout chunk (state=3): >>><<< 7983 1726773077.80666: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.80672: handler run complete 7983 1726773077.80687: attempt loop complete, returning result 7983 1726773077.80690: _execute() done 7983 1726773077.80692: dumping result to json 7983 1726773077.80695: done dumping result, returning 7983 1726773077.80704: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-4fbf-0a43-000000000054] 7983 1726773077.80708: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000054 7983 1726773077.80808: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000054 7983 1726773077.80811: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 7983 1726773077.80882: no more pending results, returning what we have 7983 1726773077.80886: results queue empty 7983 1726773077.80887: checking for any_errors_fatal 7983 1726773077.80894: done checking for any_errors_fatal 7983 1726773077.80894: checking for max_fail_percentage 7983 1726773077.80896: done checking for max_fail_percentage 7983 1726773077.80897: checking to see if all hosts have failed and the running result is not ok 7983 1726773077.80898: done checking to see if all hosts have failed 7983 1726773077.80898: getting the remaining hosts for this loop 7983 1726773077.80900: done getting the remaining hosts for this loop 7983 1726773077.80905: getting the next task for host managed_node1 7983 1726773077.80911: done getting next task for host managed_node1 7983 1726773077.80915: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773077.80917: ^ 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? (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 7983 1726773077.80929: getting variables 7983 1726773077.80930: in VariableManager get_vars() 7983 1726773077.80966: Calling all_inventory to load vars for managed_node1 7983 1726773077.80968: Calling groups_inventory to load vars for managed_node1 7983 1726773077.80971: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773077.80982: Calling all_plugins_play to load vars for managed_node1 7983 1726773077.80985: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773077.80988: Calling groups_plugins_play to load vars for managed_node1 7983 1726773077.81126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773077.81251: done with get_vars() 7983 1726773077.81259: done getting variables 7983 1726773077.81309: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:11:17 -0400 (0:00:00.457) 0:00:06.903 **** 7983 1726773077.81331: entering _queue_task() for managed_node1/set_fact 7983 1726773077.81516: worker is 1 (out of 1 available) 7983 1726773077.81527: exiting _queue_task() for managed_node1/set_fact 7983 1726773077.81538: done queuing things up, now waiting for results queue to drain 7983 1726773077.81540: waiting for pending results... 7983 1726773077.81707: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773077.81774: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000055 7983 1726773077.81787: variable 'ansible_search_path' from source: unknown 7983 1726773077.81790: variable 'ansible_search_path' from source: unknown 7983 1726773077.81821: calling self._execute() 7983 1726773077.81952: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.81956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.81964: variable 'omit' from source: magic vars 7983 1726773077.82034: variable 'omit' from source: magic vars 7983 1726773077.82065: variable 'omit' from source: magic vars 7983 1726773077.82339: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773077.82347: variable '__cur_profile' from source: task vars 7983 1726773077.82452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773077.84064: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773077.84109: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773077.84149: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773077.84175: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773077.84195: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773077.84254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773077.84278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773077.84295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773077.84323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773077.84335: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773077.84413: variable '__kernel_settings_tuned_current_profile' from source: set_fact 7983 1726773077.84447: variable 'omit' from source: magic vars 7983 1726773077.84468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773077.84492: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773077.84507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773077.84521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.84530: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.84553: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773077.84556: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.84558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.84629: Set connection var ansible_shell_type to sh 7983 1726773077.84635: Set connection var ansible_timeout to 10 7983 1726773077.84641: Set connection var ansible_connection to ssh 7983 1726773077.84648: Set connection var ansible_pipelining to False 7983 1726773077.84653: Set connection var ansible_shell_executable to /bin/sh 7983 1726773077.84658: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773077.84678: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.84682: variable 'ansible_connection' from source: unknown 7983 1726773077.84684: variable 'ansible_module_compression' from source: unknown 7983 1726773077.84686: variable 'ansible_shell_type' from source: unknown 7983 1726773077.84690: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.84692: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.84694: variable 'ansible_pipelining' from source: unknown 7983 1726773077.84696: variable 'ansible_timeout' from source: unknown 7983 1726773077.84698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.84773: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773077.84781: variable 'omit' from source: magic vars 7983 1726773077.84787: starting attempt loop 7983 1726773077.84789: running the handler 7983 1726773077.84798: handler run complete 7983 1726773077.84809: attempt loop complete, returning result 7983 1726773077.84812: _execute() done 7983 1726773077.84819: dumping result to json 7983 1726773077.84822: done dumping result, returning 7983 1726773077.84824: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-4fbf-0a43-000000000055] 7983 1726773077.84827: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000055 7983 1726773077.84908: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000055 7983 1726773077.84910: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 7983 1726773077.85082: no more pending results, returning what we have 7983 1726773077.85084: results queue empty 7983 1726773077.85085: checking for any_errors_fatal 7983 1726773077.85087: done checking for any_errors_fatal 7983 1726773077.85088: checking for max_fail_percentage 7983 1726773077.85089: done checking for max_fail_percentage 7983 1726773077.85089: checking to see if all hosts have failed and the running result is not ok 7983 1726773077.85090: done checking to see if all hosts have failed 7983 1726773077.85090: getting the remaining hosts for this loop 7983 1726773077.85091: done getting the remaining hosts for this loop 7983 1726773077.85093: getting the next task for host managed_node1 7983 1726773077.85097: done getting next task for host managed_node1 7983 1726773077.85099: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773077.85101: ^ 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? (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 7983 1726773077.85113: getting variables 7983 1726773077.85114: in VariableManager get_vars() 7983 1726773077.85135: Calling all_inventory to load vars for managed_node1 7983 1726773077.85137: Calling groups_inventory to load vars for managed_node1 7983 1726773077.85138: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773077.85147: Calling all_plugins_play to load vars for managed_node1 7983 1726773077.85149: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773077.85151: Calling groups_plugins_play to load vars for managed_node1 7983 1726773077.85248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773077.85368: done with get_vars() 7983 1726773077.85375: done getting variables 7983 1726773077.85460: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:17 -0400 (0:00:00.041) 0:00:06.944 **** 7983 1726773077.85484: entering _queue_task() for managed_node1/copy 7983 1726773077.85665: worker is 1 (out of 1 available) 7983 1726773077.85680: exiting _queue_task() for managed_node1/copy 7983 1726773077.85691: done queuing things up, now waiting for results queue to drain 7983 1726773077.85692: waiting for pending results... 7983 1726773077.85856: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773077.85922: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000056 7983 1726773077.85933: variable 'ansible_search_path' from source: unknown 7983 1726773077.85936: variable 'ansible_search_path' from source: unknown 7983 1726773077.85964: calling self._execute() 7983 1726773077.86021: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.86030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.86038: variable 'omit' from source: magic vars 7983 1726773077.86111: variable 'omit' from source: magic vars 7983 1726773077.86148: variable 'omit' from source: magic vars 7983 1726773077.86168: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773077.86384: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773077.86402: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773077.86461: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773077.86515: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773077.86536: variable 'omit' from source: magic vars 7983 1726773077.86569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773077.86821: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773077.86836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773077.86849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.86859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773077.86880: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773077.86889: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.86895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.86962: Set connection var ansible_shell_type to sh 7983 1726773077.86969: Set connection var ansible_timeout to 10 7983 1726773077.86974: Set connection var ansible_connection to ssh 7983 1726773077.86984: Set connection var ansible_pipelining to False 7983 1726773077.86989: Set connection var ansible_shell_executable to /bin/sh 7983 1726773077.86998: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773077.87019: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.87022: variable 'ansible_connection' from source: unknown 7983 1726773077.87024: variable 'ansible_module_compression' from source: unknown 7983 1726773077.87027: variable 'ansible_shell_type' from source: unknown 7983 1726773077.87029: variable 'ansible_shell_executable' from source: unknown 7983 1726773077.87031: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773077.87033: variable 'ansible_pipelining' from source: unknown 7983 1726773077.87035: variable 'ansible_timeout' from source: unknown 7983 1726773077.87040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773077.87140: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773077.87149: variable 'omit' from source: magic vars 7983 1726773077.87154: starting attempt loop 7983 1726773077.87156: running the handler 7983 1726773077.87166: _low_level_execute_command(): starting 7983 1726773077.87172: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773077.87684: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.87700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.87714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773077.87726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773077.87738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.87785: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.87797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.87913: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.89655: stdout chunk (state=3): >>>/root <<< 7983 1726773077.89761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.89815: stderr chunk (state=3): >>><<< 7983 1726773077.89818: stdout chunk (state=3): >>><<< 7983 1726773077.89837: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.89848: _low_level_execute_command(): starting 7983 1726773077.89853: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563 `" && echo ansible-tmp-1726773077.8983686-8309-143667418765563="` echo /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563 `" ) && sleep 0' 7983 1726773077.90286: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.90300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.90324: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.90340: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.90385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.90398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.90511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.92530: stdout chunk (state=3): >>>ansible-tmp-1726773077.8983686-8309-143667418765563=/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563 <<< 7983 1726773077.92639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.92685: stderr chunk (state=3): >>><<< 7983 1726773077.92692: stdout chunk (state=3): >>><<< 7983 1726773077.92713: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773077.8983686-8309-143667418765563=/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.92782: variable 'ansible_module_compression' from source: unknown 7983 1726773077.92828: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773077.92853: variable 'ansible_facts' from source: unknown 7983 1726773077.92914: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_stat.py 7983 1726773077.93002: Sending initial data 7983 1726773077.93015: Sent initial data (151 bytes) 7983 1726773077.93686: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.93699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.93722: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773077.93734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773077.93744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.93792: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.93811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.93910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.95714: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773077.95807: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773077.95905: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp5uk_gihh /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_stat.py <<< 7983 1726773077.95994: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773077.97009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.97101: stderr chunk (state=3): >>><<< 7983 1726773077.97106: stdout chunk (state=3): >>><<< 7983 1726773077.97125: done transferring module to remote 7983 1726773077.97135: _low_level_execute_command(): starting 7983 1726773077.97138: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/ /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_stat.py && sleep 0' 7983 1726773077.97574: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773077.97590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773077.97602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.97617: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773077.97626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773077.97673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773077.97695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773077.97783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773077.99612: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773077.99656: stderr chunk (state=3): >>><<< 7983 1726773077.99659: stdout chunk (state=3): >>><<< 7983 1726773077.99672: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773077.99674: _low_level_execute_command(): starting 7983 1726773077.99680: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_stat.py && sleep 0' 7983 1726773078.00106: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.00119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.00138: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.00155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.00200: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.00216: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.00325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.14887: 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": 14, "inode": 123732226, "dev": 51713, "nlink": 1, "atime": 1726773077.7661932, "mtime": 1726773065.205146, "ctime": 1726773068.4251583, "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": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "4034282227", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773078.16161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773078.16217: stderr chunk (state=3): >>><<< 7983 1726773078.16221: stdout chunk (state=3): >>><<< 7983 1726773078.16239: _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": 14, "inode": 123732226, "dev": 51713, "nlink": 1, "atime": 1726773077.7661932, "mtime": 1726773065.205146, "ctime": 1726773068.4251583, "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": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "4034282227", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773078.16280: 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-1726773077.8983686-8309-143667418765563/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773078.16384: Sending initial data 7983 1726773078.16388: Sent initial data (139 bytes) 7983 1726773078.17066: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.17082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.17133: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.17147: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.17160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.17210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.17309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.17391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.19219: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773078.19316: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773078.19412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/.ufzrvrn2 /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.source <<< 7983 1726773078.19505: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773078.20010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.20156: stderr chunk (state=3): >>><<< 7983 1726773078.20159: stdout chunk (state=3): >>><<< 7983 1726773078.20161: _low_level_execute_command(): starting 7983 1726773078.20163: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/ /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.source && sleep 0' 7983 1726773078.20771: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773078.20791: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.20813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.20839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.20884: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.20897: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.20916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.20943: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.20956: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.20967: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.20982: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.20996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.21015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.21032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.21049: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.21064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.21147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.21180: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.21197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.21331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.23213: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.23302: stderr chunk (state=3): >>><<< 7983 1726773078.23315: stdout chunk (state=3): >>><<< 7983 1726773078.23415: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.23418: variable 'ansible_module_compression' from source: unknown 7983 1726773078.23614: ANSIBALLZ: Using generic lock for ansible.legacy.copy 7983 1726773078.23617: ANSIBALLZ: Acquiring lock 7983 1726773078.23620: ANSIBALLZ: Lock acquired: 140131187230240 7983 1726773078.23622: ANSIBALLZ: Creating module 7983 1726773078.38308: ANSIBALLZ: Writing module into payload 7983 1726773078.38425: ANSIBALLZ: Writing module 7983 1726773078.38444: ANSIBALLZ: Renaming module 7983 1726773078.38449: ANSIBALLZ: Done creating module 7983 1726773078.38461: variable 'ansible_facts' from source: unknown 7983 1726773078.38508: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_copy.py 7983 1726773078.38598: Sending initial data 7983 1726773078.38602: Sent initial data (151 bytes) 7983 1726773078.39265: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.39271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.39420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.39423: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.39425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.39430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.39432: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.39434: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.39436: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.39438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.39440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.39441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.39443: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.39445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.39528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.39531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.39533: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.39666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.41513: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773078.41610: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773078.41706: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpcv09fziy /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_copy.py <<< 7983 1726773078.41798: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773078.42840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.42934: stderr chunk (state=3): >>><<< 7983 1726773078.42938: stdout chunk (state=3): >>><<< 7983 1726773078.42955: done transferring module to remote 7983 1726773078.42966: _low_level_execute_command(): starting 7983 1726773078.42971: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/ /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_copy.py && sleep 0' 7983 1726773078.43408: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.43415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.43495: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master <<< 7983 1726773078.43524: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.43629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.45513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.45560: stderr chunk (state=3): >>><<< 7983 1726773078.45563: stdout chunk (state=3): >>><<< 7983 1726773078.45576: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.45581: _low_level_execute_command(): starting 7983 1726773078.45587: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/AnsiballZ_copy.py && sleep 0' 7983 1726773078.46005: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.46011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.46041: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.46053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.46113: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.46116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.46234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.60648: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.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-1726773077.8983686-8309-143667418765563/.source", "_original_basename": ".ufzrvrn2", "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}}} <<< 7983 1726773078.61708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773078.61767: stderr chunk (state=3): >>><<< 7983 1726773078.61770: stdout chunk (state=3): >>><<< 7983 1726773078.61788: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.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-1726773077.8983686-8309-143667418765563/.source", "_original_basename": ".ufzrvrn2", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773078.61815: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.source', '_original_basename': '.ufzrvrn2', '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-1726773077.8983686-8309-143667418765563/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773078.61823: _low_level_execute_command(): starting 7983 1726773078.61828: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/ > /dev/null 2>&1 && sleep 0' 7983 1726773078.62305: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.62312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.62339: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773078.62353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.62363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.62410: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.62423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.62532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.64400: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.64481: stderr chunk (state=3): >>><<< 7983 1726773078.64496: stdout chunk (state=3): >>><<< 7983 1726773078.64621: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.64624: handler run complete 7983 1726773078.64627: attempt loop complete, returning result 7983 1726773078.64629: _execute() done 7983 1726773078.64631: dumping result to json 7983 1726773078.64632: done dumping result, returning 7983 1726773078.64634: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-4fbf-0a43-000000000056] 7983 1726773078.64636: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000056 7983 1726773078.64788: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000056 7983 1726773078.64790: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726773077.8983686-8309-143667418765563/.source", "state": "file", "uid": 0 } 7983 1726773078.64882: no more pending results, returning what we have 7983 1726773078.64886: results queue empty 7983 1726773078.64886: checking for any_errors_fatal 7983 1726773078.64892: done checking for any_errors_fatal 7983 1726773078.64893: checking for max_fail_percentage 7983 1726773078.64898: done checking for max_fail_percentage 7983 1726773078.64900: checking to see if all hosts have failed and the running result is not ok 7983 1726773078.64901: done checking to see if all hosts have failed 7983 1726773078.64902: getting the remaining hosts for this loop 7983 1726773078.64903: done getting the remaining hosts for this loop 7983 1726773078.64916: getting the next task for host managed_node1 7983 1726773078.64921: done getting next task for host managed_node1 7983 1726773078.64925: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773078.64928: ^ 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? (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 7983 1726773078.64937: getting variables 7983 1726773078.64938: in VariableManager get_vars() 7983 1726773078.64970: Calling all_inventory to load vars for managed_node1 7983 1726773078.64973: Calling groups_inventory to load vars for managed_node1 7983 1726773078.64975: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773078.64986: Calling all_plugins_play to load vars for managed_node1 7983 1726773078.64989: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773078.64991: Calling groups_plugins_play to load vars for managed_node1 7983 1726773078.65311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773078.65429: done with get_vars() 7983 1726773078.65436: done getting variables 7983 1726773078.65481: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:11:18 -0400 (0:00:00.800) 0:00:07.744 **** 7983 1726773078.65502: entering _queue_task() for managed_node1/copy 7983 1726773078.65689: worker is 1 (out of 1 available) 7983 1726773078.65702: exiting _queue_task() for managed_node1/copy 7983 1726773078.65714: done queuing things up, now waiting for results queue to drain 7983 1726773078.65716: waiting for pending results... 7983 1726773078.65883: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773078.65959: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000057 7983 1726773078.65971: variable 'ansible_search_path' from source: unknown 7983 1726773078.65974: variable 'ansible_search_path' from source: unknown 7983 1726773078.66006: calling self._execute() 7983 1726773078.66066: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773078.66070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773078.66081: variable 'omit' from source: magic vars 7983 1726773078.66153: variable 'omit' from source: magic vars 7983 1726773078.66188: variable 'omit' from source: magic vars 7983 1726773078.66211: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773078.66428: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773078.66909: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773078.66913: variable 'omit' from source: magic vars 7983 1726773078.66917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773078.66920: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773078.66923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773078.66925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773078.66927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773078.66929: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773078.66931: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773078.66934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773078.66936: Set connection var ansible_shell_type to sh 7983 1726773078.66938: Set connection var ansible_timeout to 10 7983 1726773078.66940: Set connection var ansible_connection to ssh 7983 1726773078.66942: Set connection var ansible_pipelining to False 7983 1726773078.66944: Set connection var ansible_shell_executable to /bin/sh 7983 1726773078.66947: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773078.66949: variable 'ansible_shell_executable' from source: unknown 7983 1726773078.66951: variable 'ansible_connection' from source: unknown 7983 1726773078.66953: variable 'ansible_module_compression' from source: unknown 7983 1726773078.66956: variable 'ansible_shell_type' from source: unknown 7983 1726773078.66958: variable 'ansible_shell_executable' from source: unknown 7983 1726773078.66960: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773078.66963: variable 'ansible_pipelining' from source: unknown 7983 1726773078.66965: variable 'ansible_timeout' from source: unknown 7983 1726773078.66967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773078.67212: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773078.67216: variable 'omit' from source: magic vars 7983 1726773078.67218: starting attempt loop 7983 1726773078.67220: running the handler 7983 1726773078.67222: _low_level_execute_command(): starting 7983 1726773078.67224: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773078.67704: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773078.67717: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.67728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.67742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.67782: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.67786: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.67797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.67815: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.67824: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.67832: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.67840: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.67849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.67863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.67868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.67875: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.67885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.67960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.67984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.67989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.68122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.69800: stdout chunk (state=3): >>>/root <<< 7983 1726773078.69911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.69984: stderr chunk (state=3): >>><<< 7983 1726773078.69987: stdout chunk (state=3): >>><<< 7983 1726773078.70110: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.70113: _low_level_execute_command(): starting 7983 1726773078.70116: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265 `" && echo ansible-tmp-1726773078.700128-8338-173412713930265="` echo /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265 `" ) && sleep 0' 7983 1726773078.70721: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773078.70734: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.70751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.70774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.70819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.70832: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.70847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.70872: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.70886: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.70898: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.70913: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.70928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.70943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.70956: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.70967: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.70989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.71066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.71091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.71116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.71251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.73260: stdout chunk (state=3): >>>ansible-tmp-1726773078.700128-8338-173412713930265=/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265 <<< 7983 1726773078.73366: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.73445: stderr chunk (state=3): >>><<< 7983 1726773078.73457: stdout chunk (state=3): >>><<< 7983 1726773078.73609: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773078.700128-8338-173412713930265=/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.73612: variable 'ansible_module_compression' from source: unknown 7983 1726773078.73809: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773078.73813: variable 'ansible_facts' from source: unknown 7983 1726773078.73815: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_stat.py 7983 1726773078.73902: Sending initial data 7983 1726773078.73909: Sent initial data (150 bytes) 7983 1726773078.74851: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773078.74866: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.74882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.74902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.74948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.74961: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.74976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.74995: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.75016: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.75029: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.75042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.75055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.75071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.75084: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.75095: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.75110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.75187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.75213: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.75231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.75362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.77237: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773078.77336: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773078.77439: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp13kd1xok /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_stat.py <<< 7983 1726773078.77532: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773078.78910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.79109: stderr chunk (state=3): >>><<< 7983 1726773078.79112: stdout chunk (state=3): >>><<< 7983 1726773078.79114: done transferring module to remote 7983 1726773078.79117: _low_level_execute_command(): starting 7983 1726773078.79123: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/ /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_stat.py && sleep 0' 7983 1726773078.79889: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.79893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.79943: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.79947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.79949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.80017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.80032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.80172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.82130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773078.82134: stdout chunk (state=3): >>><<< 7983 1726773078.82136: stderr chunk (state=3): >>><<< 7983 1726773078.82224: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773078.82227: _low_level_execute_command(): starting 7983 1726773078.82230: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_stat.py && sleep 0' 7983 1726773078.82775: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773078.82789: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.82807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.82826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.82869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.82882: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773078.82897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.82920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773078.82933: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773078.82945: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773078.82959: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773078.82973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773078.82988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773078.82999: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773078.83017: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773078.83030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773078.83106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773078.83124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773078.83139: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773078.83281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773078.98182: 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": 5, "inode": 130023619, "dev": 51713, "nlink": 1, "atime": 1726773068.8061595, "mtime": 1726773065.206146, "ctime": 1726773069.200161, "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": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3771702751", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773078.99449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773078.99500: stderr chunk (state=3): >>><<< 7983 1726773078.99505: stdout chunk (state=3): >>><<< 7983 1726773078.99520: _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": 5, "inode": 130023619, "dev": 51713, "nlink": 1, "atime": 1726773068.8061595, "mtime": 1726773065.206146, "ctime": 1726773069.200161, "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": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3771702751", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773078.99569: 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-1726773078.700128-8338-173412713930265/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773078.99665: Sending initial data 7983 1726773078.99669: Sent initial data (138 bytes) 7983 1726773079.00320: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.00326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.00363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.00366: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.00368: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773079.00371: 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 <<< 7983 1726773079.00373: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.00424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.00428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.00531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.02384: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773079.02482: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773079.02576: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/.e5qzc082 /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.source <<< 7983 1726773079.02668: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773079.03062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.03152: stderr chunk (state=3): >>><<< 7983 1726773079.03155: stdout chunk (state=3): >>><<< 7983 1726773079.03172: _low_level_execute_command(): starting 7983 1726773079.03177: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/ /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.source && sleep 0' 7983 1726773079.03594: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.03609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.03627: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773079.03639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773079.03648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.03692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.03706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.03808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.05659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.05702: stderr chunk (state=3): >>><<< 7983 1726773079.05709: stdout chunk (state=3): >>><<< 7983 1726773079.05727: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.05747: variable 'ansible_module_compression' from source: unknown 7983 1726773079.05785: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773079.05806: variable 'ansible_facts' from source: unknown 7983 1726773079.05852: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_copy.py 7983 1726773079.05949: Sending initial data 7983 1726773079.05958: Sent initial data (150 bytes) 7983 1726773079.06600: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.06607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.06653: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.06656: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.06658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.06713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.06728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.06735: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.06833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.08713: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773079.08805: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773079.08901: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp109q2isl /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_copy.py <<< 7983 1726773079.08995: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773079.10053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.10147: stderr chunk (state=3): >>><<< 7983 1726773079.10151: stdout chunk (state=3): >>><<< 7983 1726773079.10167: done transferring module to remote 7983 1726773079.10174: _low_level_execute_command(): starting 7983 1726773079.10181: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/ /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_copy.py && sleep 0' 7983 1726773079.10611: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.10623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.10643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773079.10654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773079.10663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.10714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.10738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.10836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.12691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.12731: stderr chunk (state=3): >>><<< 7983 1726773079.12734: stdout chunk (state=3): >>><<< 7983 1726773079.12748: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.12751: _low_level_execute_command(): starting 7983 1726773079.12759: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/AnsiballZ_copy.py && sleep 0' 7983 1726773079.13181: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.13185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.13225: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.13237: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.13251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.13267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.13282: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.13294: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773079.13315: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.13332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.13349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.13361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.13372: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773079.13390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.13472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.13497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.13515: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.13871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.28279: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.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-1726773078.700128-8338-173412713930265/.source", "_original_basename": ".e5qzc082", "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}}} <<< 7983 1726773079.29426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.29539: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773079.29543: stdout chunk (state=3): >>><<< 7983 1726773079.29546: stderr chunk (state=3): >>><<< 7983 1726773079.29694: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.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-1726773078.700128-8338-173412713930265/.source", "_original_basename": ".e5qzc082", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773079.29698: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.source', '_original_basename': '.e5qzc082', '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-1726773078.700128-8338-173412713930265/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773079.29700: _low_level_execute_command(): starting 7983 1726773079.29704: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/ > /dev/null 2>&1 && sleep 0' 7983 1726773079.30323: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773079.30339: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.30365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.30386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.30438: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.30453: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.30475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.30495: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.30511: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.30523: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773079.30536: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.30550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.30571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.30588: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.30601: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773079.30619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.30705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.30730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.30749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.30879: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.32822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.32857: stderr chunk (state=3): >>><<< 7983 1726773079.32860: stdout chunk (state=3): >>><<< 7983 1726773079.33009: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.33017: handler run complete 7983 1726773079.33019: attempt loop complete, returning result 7983 1726773079.33022: _execute() done 7983 1726773079.33024: dumping result to json 7983 1726773079.33026: done dumping result, returning 7983 1726773079.33028: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-4fbf-0a43-000000000057] 7983 1726773079.33030: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000057 7983 1726773079.33112: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000057 7983 1726773079.33116: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726773078.700128-8338-173412713930265/.source", "state": "file", "uid": 0 } 7983 1726773079.33208: no more pending results, returning what we have 7983 1726773079.33211: results queue empty 7983 1726773079.33212: checking for any_errors_fatal 7983 1726773079.33221: done checking for any_errors_fatal 7983 1726773079.33222: checking for max_fail_percentage 7983 1726773079.33223: done checking for max_fail_percentage 7983 1726773079.33224: checking to see if all hosts have failed and the running result is not ok 7983 1726773079.33225: done checking to see if all hosts have failed 7983 1726773079.33226: getting the remaining hosts for this loop 7983 1726773079.33227: done getting the remaining hosts for this loop 7983 1726773079.33231: getting the next task for host managed_node1 7983 1726773079.33236: done getting next task for host managed_node1 7983 1726773079.33240: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773079.33242: ^ 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? (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 7983 1726773079.33251: getting variables 7983 1726773079.33252: in VariableManager get_vars() 7983 1726773079.33287: Calling all_inventory to load vars for managed_node1 7983 1726773079.33290: Calling groups_inventory to load vars for managed_node1 7983 1726773079.33292: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773079.33300: Calling all_plugins_play to load vars for managed_node1 7983 1726773079.33302: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773079.33307: Calling groups_plugins_play to load vars for managed_node1 7983 1726773079.33515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773079.33951: done with get_vars() 7983 1726773079.33963: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:11:19 -0400 (0:00:00.685) 0:00:08.430 **** 7983 1726773079.34054: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773079.34323: worker is 1 (out of 1 available) 7983 1726773079.34334: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773079.34346: done queuing things up, now waiting for results queue to drain 7983 1726773079.34348: waiting for pending results... 7983 1726773079.34641: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773079.34783: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000058 7983 1726773079.34811: variable 'ansible_search_path' from source: unknown 7983 1726773079.34819: variable 'ansible_search_path' from source: unknown 7983 1726773079.34864: calling self._execute() 7983 1726773079.34961: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.34972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.34995: variable 'omit' from source: magic vars 7983 1726773079.35117: variable 'omit' from source: magic vars 7983 1726773079.35179: variable 'omit' from source: magic vars 7983 1726773079.35220: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773079.35561: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773079.35657: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773079.35760: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773079.35779: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773079.35916: variable 'omit' from source: magic vars 7983 1726773079.35967: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773079.36016: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773079.36043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773079.36067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773079.36092: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773079.36132: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773079.36140: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.36148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.36255: Set connection var ansible_shell_type to sh 7983 1726773079.36268: Set connection var ansible_timeout to 10 7983 1726773079.36283: Set connection var ansible_connection to ssh 7983 1726773079.36305: Set connection var ansible_pipelining to False 7983 1726773079.36318: Set connection var ansible_shell_executable to /bin/sh 7983 1726773079.36331: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773079.36358: variable 'ansible_shell_executable' from source: unknown 7983 1726773079.36366: variable 'ansible_connection' from source: unknown 7983 1726773079.36374: variable 'ansible_module_compression' from source: unknown 7983 1726773079.36384: variable 'ansible_shell_type' from source: unknown 7983 1726773079.36392: variable 'ansible_shell_executable' from source: unknown 7983 1726773079.36404: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.36415: variable 'ansible_pipelining' from source: unknown 7983 1726773079.36423: variable 'ansible_timeout' from source: unknown 7983 1726773079.36435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.36744: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773079.36764: variable 'omit' from source: magic vars 7983 1726773079.36774: starting attempt loop 7983 1726773079.36783: running the handler 7983 1726773079.36800: _low_level_execute_command(): starting 7983 1726773079.36852: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773079.37699: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773079.37724: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.37745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.37766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.37818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.37835: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.37855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.37874: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.37890: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.37901: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773079.37918: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.37936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.37955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.37971: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.37988: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773079.38006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.38095: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.38122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.38141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.38293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.39987: stdout chunk (state=3): >>>/root <<< 7983 1726773079.40088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.40164: stderr chunk (state=3): >>><<< 7983 1726773079.40168: stdout chunk (state=3): >>><<< 7983 1726773079.40210: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.40220: _low_level_execute_command(): starting 7983 1726773079.40301: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207 `" && echo ansible-tmp-1726773079.4018989-8374-258102200174207="` echo /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207 `" ) && sleep 0' 7983 1726773079.40909: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773079.40924: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.40940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.40964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.41011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.41023: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.41037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.41054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.41070: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.41085: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773079.41098: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.41115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.41130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.41142: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.41153: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773079.41167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.41249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.41270: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.41293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.41470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.43435: stdout chunk (state=3): >>>ansible-tmp-1726773079.4018989-8374-258102200174207=/root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207 <<< 7983 1726773079.43626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.43629: stdout chunk (state=3): >>><<< 7983 1726773079.43631: stderr chunk (state=3): >>><<< 7983 1726773079.43713: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773079.4018989-8374-258102200174207=/root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.43716: variable 'ansible_module_compression' from source: unknown 7983 1726773079.43912: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 7983 1726773079.43915: variable 'ansible_facts' from source: unknown 7983 1726773079.43917: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/AnsiballZ_kernel_settings_get_config.py 7983 1726773079.44009: Sending initial data 7983 1726773079.44024: Sent initial data (173 bytes) 7983 1726773079.45027: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773079.45041: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.45057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.45078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.45124: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.45137: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.45153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.45171: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.45187: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.45200: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773079.45215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.45230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.45246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.45259: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.45270: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773079.45287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.45363: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.45388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.45407: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.45540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.47412: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773079.47506: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773079.47602: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpx9_pi2ns /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773079.47693: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773079.48895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.49011: stderr chunk (state=3): >>><<< 7983 1726773079.49014: stdout chunk (state=3): >>><<< 7983 1726773079.49026: done transferring module to remote 7983 1726773079.49054: _low_level_execute_command(): starting 7983 1726773079.49059: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/ /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773079.49519: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.49522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.49557: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.49560: 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 <<< 7983 1726773079.49563: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.49566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.49619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.49622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.49727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.51597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.51666: stderr chunk (state=3): >>><<< 7983 1726773079.51676: stdout chunk (state=3): >>><<< 7983 1726773079.51712: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.51716: _low_level_execute_command(): starting 7983 1726773079.51785: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773079.52372: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773079.52396: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.52424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.52456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.52519: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773079.52531: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773079.52546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.52577: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773079.52601: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773079.52635: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.52640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.52713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.52718: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.52826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.66846: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 7983 1726773079.68030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773079.68089: stderr chunk (state=3): >>><<< 7983 1726773079.68092: stdout chunk (state=3): >>><<< 7983 1726773079.68109: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773079.68131: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773079.68139: _low_level_execute_command(): starting 7983 1726773079.68144: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773079.4018989-8374-258102200174207/ > /dev/null 2>&1 && sleep 0' 7983 1726773079.68612: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.68618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.68646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.68649: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.68652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.68709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.68717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.68815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.70681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.70727: stderr chunk (state=3): >>><<< 7983 1726773079.70730: stdout chunk (state=3): >>><<< 7983 1726773079.70745: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.70751: handler run complete 7983 1726773079.70765: attempt loop complete, returning result 7983 1726773079.70768: _execute() done 7983 1726773079.70771: dumping result to json 7983 1726773079.70773: done dumping result, returning 7983 1726773079.70784: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-4fbf-0a43-000000000058] 7983 1726773079.70788: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000058 7983 1726773079.70881: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000058 7983 1726773079.70886: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": {} } 7983 1726773079.70952: no more pending results, returning what we have 7983 1726773079.70955: results queue empty 7983 1726773079.70956: checking for any_errors_fatal 7983 1726773079.70961: done checking for any_errors_fatal 7983 1726773079.70962: checking for max_fail_percentage 7983 1726773079.70963: done checking for max_fail_percentage 7983 1726773079.70964: checking to see if all hosts have failed and the running result is not ok 7983 1726773079.70965: done checking to see if all hosts have failed 7983 1726773079.70965: getting the remaining hosts for this loop 7983 1726773079.70967: done getting the remaining hosts for this loop 7983 1726773079.70971: getting the next task for host managed_node1 7983 1726773079.70978: done getting next task for host managed_node1 7983 1726773079.70982: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773079.70985: ^ 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? (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 7983 1726773079.70996: getting variables 7983 1726773079.70997: in VariableManager get_vars() 7983 1726773079.71033: Calling all_inventory to load vars for managed_node1 7983 1726773079.71035: Calling groups_inventory to load vars for managed_node1 7983 1726773079.71038: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773079.71046: Calling all_plugins_play to load vars for managed_node1 7983 1726773079.71048: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773079.71051: Calling groups_plugins_play to load vars for managed_node1 7983 1726773079.71216: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773079.71339: done with get_vars() 7983 1726773079.71348: done getting variables 7983 1726773079.71432: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:19 -0400 (0:00:00.373) 0:00:08.804 **** 7983 1726773079.71453: entering _queue_task() for managed_node1/template 7983 1726773079.71454: Creating lock for template 7983 1726773079.71643: worker is 1 (out of 1 available) 7983 1726773079.71654: exiting _queue_task() for managed_node1/template 7983 1726773079.71664: done queuing things up, now waiting for results queue to drain 7983 1726773079.71665: waiting for pending results... 7983 1726773079.71838: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773079.71912: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000059 7983 1726773079.71923: variable 'ansible_search_path' from source: unknown 7983 1726773079.71926: variable 'ansible_search_path' from source: unknown 7983 1726773079.71958: calling self._execute() 7983 1726773079.72022: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.72027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.72035: variable 'omit' from source: magic vars 7983 1726773079.72109: variable 'omit' from source: magic vars 7983 1726773079.72142: variable 'omit' from source: magic vars 7983 1726773079.72374: variable '__kernel_settings_profile_src' from source: role '' all vars 7983 1726773079.72382: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773079.72438: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773079.72456: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773079.72505: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773079.72555: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773079.72614: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773079.72620: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773079.72643: variable 'omit' from source: magic vars 7983 1726773079.72679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773079.72703: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773079.72722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773079.72734: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773079.72745: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773079.72769: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773079.72772: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.72774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.72843: Set connection var ansible_shell_type to sh 7983 1726773079.72850: Set connection var ansible_timeout to 10 7983 1726773079.72855: Set connection var ansible_connection to ssh 7983 1726773079.72862: Set connection var ansible_pipelining to False 7983 1726773079.72867: Set connection var ansible_shell_executable to /bin/sh 7983 1726773079.72872: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773079.72888: variable 'ansible_shell_executable' from source: unknown 7983 1726773079.72891: variable 'ansible_connection' from source: unknown 7983 1726773079.72893: variable 'ansible_module_compression' from source: unknown 7983 1726773079.72895: variable 'ansible_shell_type' from source: unknown 7983 1726773079.72898: variable 'ansible_shell_executable' from source: unknown 7983 1726773079.72900: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773079.72907: variable 'ansible_pipelining' from source: unknown 7983 1726773079.72909: variable 'ansible_timeout' from source: unknown 7983 1726773079.72913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773079.73009: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773079.73021: variable 'omit' from source: magic vars 7983 1726773079.73025: starting attempt loop 7983 1726773079.73028: running the handler 7983 1726773079.73038: _low_level_execute_command(): starting 7983 1726773079.73048: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773079.73547: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.73555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.73590: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.73612: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.73624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.73661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.73683: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.73783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.75474: stdout chunk (state=3): >>>/root <<< 7983 1726773079.75574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.75628: stderr chunk (state=3): >>><<< 7983 1726773079.75631: stdout chunk (state=3): >>><<< 7983 1726773079.75650: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.75661: _low_level_execute_command(): starting 7983 1726773079.75667: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970 `" && echo ansible-tmp-1726773079.7564986-8394-260680062127970="` echo /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970 `" ) && sleep 0' 7983 1726773079.76117: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.76130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.76146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773079.76158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.76172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.76220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.76232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.76336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.78315: stdout chunk (state=3): >>>ansible-tmp-1726773079.7564986-8394-260680062127970=/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970 <<< 7983 1726773079.78429: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.78472: stderr chunk (state=3): >>><<< 7983 1726773079.78476: stdout chunk (state=3): >>><<< 7983 1726773079.78492: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773079.7564986-8394-260680062127970=/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.78509: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 7983 1726773079.78533: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 7983 1726773079.78551: variable 'ansible_search_path' from source: unknown 7983 1726773079.79131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773079.80533: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773079.80580: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773079.80614: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773079.80640: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773079.80658: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773079.80845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773079.80864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773079.80883: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773079.80915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773079.80926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773079.81150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773079.81167: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773079.81184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773079.81211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773079.81223: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773079.81468: variable 'ansible_managed' from source: unknown 7983 1726773079.81471: variable '__sections' from source: task vars 7983 1726773079.81559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773079.81580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773079.81596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773079.81625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773079.81635: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773079.81709: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773079.81718: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773079.81722: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773079.81769: variable '__sysctl_old' from source: task vars 7983 1726773079.81815: variable '__sysctl_old' from source: task vars 7983 1726773079.81955: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773079.81958: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773079.81965: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773079.81968: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773079.81973: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773079.82101: variable 'kernel_settings_sysfs' from source: include_vars 7983 1726773079.82115: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773079.82118: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773079.82146: variable '__sysfs_old' from source: task vars 7983 1726773079.82190: variable '__sysfs_old' from source: task vars 7983 1726773079.82332: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773079.82335: variable 'kernel_settings_sysfs' from source: include_vars 7983 1726773079.82344: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773079.82348: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773079.82353: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773079.82369: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773079.82420: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773079.82432: variable '__systemd_old' from source: task vars 7983 1726773079.82475: variable '__systemd_old' from source: task vars 7983 1726773079.82613: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773079.82616: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773079.82621: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.82626: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773079.82637: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773079.82684: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773079.82691: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773079.82736: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773079.82754: variable '__trans_huge_old' from source: task vars 7983 1726773079.82797: variable '__trans_huge_old' from source: task vars 7983 1726773079.82929: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773079.82932: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773079.82935: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.82941: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773079.82950: variable '__trans_defrag_old' from source: task vars 7983 1726773079.82998: variable '__trans_defrag_old' from source: task vars 7983 1726773079.83143: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773079.83147: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773079.83151: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83156: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773079.83171: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83188: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83197: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83202: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83210: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83216: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83223: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83229: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83237: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83243: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83257: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83265: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83271: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83277: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83286: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83294: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83305: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83314: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83320: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83324: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773079.83763: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773079.83802: variable 'ansible_module_compression' from source: unknown 7983 1726773079.83843: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773079.83867: variable 'ansible_facts' from source: unknown 7983 1726773079.83916: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_stat.py 7983 1726773079.84012: Sending initial data 7983 1726773079.84022: Sent initial data (151 bytes) 7983 1726773079.84708: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.84711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.84750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.84753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773079.84756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773079.84761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.84814: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.84817: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773079.84819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.84928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.86795: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773079.86896: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773079.86994: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp28cmvojr /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_stat.py <<< 7983 1726773079.87092: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773079.88100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.88198: stderr chunk (state=3): >>><<< 7983 1726773079.88201: stdout chunk (state=3): >>><<< 7983 1726773079.88218: done transferring module to remote 7983 1726773079.88227: _low_level_execute_command(): starting 7983 1726773079.88232: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/ /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_stat.py && sleep 0' 7983 1726773079.88663: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.88676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.88697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773079.88712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773079.88721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.88766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.88777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.88883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773079.90728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773079.90776: stderr chunk (state=3): >>><<< 7983 1726773079.90780: stdout chunk (state=3): >>><<< 7983 1726773079.90795: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773079.90798: _low_level_execute_command(): starting 7983 1726773079.90802: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_stat.py && sleep 0' 7983 1726773079.91239: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773079.91251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773079.91271: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773079.91286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773079.91296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773079.91342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773079.91353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773079.91465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.05092: stdout chunk (state=3): >>> <<< 7983 1726773080.05098: stdout chunk (state=3): >>>{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773080.06206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773080.06264: stderr chunk (state=3): >>><<< 7983 1726773080.06268: stdout chunk (state=3): >>><<< 7983 1726773080.06284: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773080.06318: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773080.06416: Sending initial data 7983 1726773080.06426: Sent initial data (165 bytes) 7983 1726773080.07099: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.07114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.07132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773080.07145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773080.07163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.07206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.07219: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.07327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.09189: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 7983 1726773080.09205: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773080.09287: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773080.09380: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp0khw8e7b/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf <<< 7983 1726773080.09477: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773080.09882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.09972: stderr chunk (state=3): >>><<< 7983 1726773080.09978: stdout chunk (state=3): >>><<< 7983 1726773080.09990: _low_level_execute_command(): starting 7983 1726773080.09994: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/ /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf && sleep 0' 7983 1726773080.10415: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.10428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.10449: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773080.10461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773080.10470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.10522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.10534: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.10631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.12467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.12512: stderr chunk (state=3): >>><<< 7983 1726773080.12515: stdout chunk (state=3): >>><<< 7983 1726773080.12530: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.12557: variable 'ansible_module_compression' from source: unknown 7983 1726773080.12592: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773080.12609: variable 'ansible_facts' from source: unknown 7983 1726773080.12662: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_copy.py 7983 1726773080.12752: Sending initial data 7983 1726773080.12761: Sent initial data (151 bytes) 7983 1726773080.13412: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.13420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.13469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.13472: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773080.13475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.13528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.13531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.13644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.15481: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 7983 1726773080.15484: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773080.15574: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773080.15672: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpcspvuvu_ /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_copy.py <<< 7983 1726773080.15762: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773080.16805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.16900: stderr chunk (state=3): >>><<< 7983 1726773080.16905: stdout chunk (state=3): >>><<< 7983 1726773080.16920: done transferring module to remote 7983 1726773080.16927: _low_level_execute_command(): starting 7983 1726773080.16932: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/ /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_copy.py && sleep 0' 7983 1726773080.17367: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.17371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.17393: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.17407: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.17456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.17468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.17572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.19445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.19494: stderr chunk (state=3): >>><<< 7983 1726773080.19497: stdout chunk (state=3): >>><<< 7983 1726773080.19512: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.19514: _low_level_execute_command(): starting 7983 1726773080.19519: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/AnsiballZ_copy.py && sleep 0' 7983 1726773080.19941: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.19947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.19980: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.19992: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.20043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.20047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773080.20060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.20177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.34649: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "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}}} <<< 7983 1726773080.35768: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773080.35832: stderr chunk (state=3): >>><<< 7983 1726773080.35836: stdout chunk (state=3): >>><<< 7983 1726773080.35851: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773080.35876: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'ba15904bb90578344fad097ce2f46f9231275eae', '_ansible_check_mode': 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-1726773079.7564986-8394-260680062127970/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773080.35908: _low_level_execute_command(): starting 7983 1726773080.35916: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/ > /dev/null 2>&1 && sleep 0' 7983 1726773080.36382: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.36398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.36412: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.36424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.36473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.36488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.36593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.38507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.38553: stderr chunk (state=3): >>><<< 7983 1726773080.38556: stdout chunk (state=3): >>><<< 7983 1726773080.38568: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.38581: handler run complete 7983 1726773080.38602: attempt loop complete, returning result 7983 1726773080.38607: _execute() done 7983 1726773080.38609: dumping result to json 7983 1726773080.38614: done dumping result, returning 7983 1726773080.38622: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-4fbf-0a43-000000000059] 7983 1726773080.38626: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000059 7983 1726773080.38812: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000059 changed: [managed_node1] => { "changed": true, "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "src": "/root/.ansible/tmp/ansible-tmp-1726773079.7564986-8394-260680062127970/.source.conf", "state": "file", "uid": 0 } 7983 1726773080.38910: WORKER PROCESS EXITING 7983 1726773080.38918: no more pending results, returning what we have 7983 1726773080.38923: results queue empty 7983 1726773080.38924: checking for any_errors_fatal 7983 1726773080.38930: done checking for any_errors_fatal 7983 1726773080.38931: checking for max_fail_percentage 7983 1726773080.38937: done checking for max_fail_percentage 7983 1726773080.38938: checking to see if all hosts have failed and the running result is not ok 7983 1726773080.38939: done checking to see if all hosts have failed 7983 1726773080.38939: getting the remaining hosts for this loop 7983 1726773080.38941: done getting the remaining hosts for this loop 7983 1726773080.38945: getting the next task for host managed_node1 7983 1726773080.38951: done getting next task for host managed_node1 7983 1726773080.38955: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773080.38959: ^ 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? (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 7983 1726773080.38969: getting variables 7983 1726773080.38971: in VariableManager get_vars() 7983 1726773080.39008: Calling all_inventory to load vars for managed_node1 7983 1726773080.39012: Calling groups_inventory to load vars for managed_node1 7983 1726773080.39014: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773080.39025: Calling all_plugins_play to load vars for managed_node1 7983 1726773080.39028: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773080.39031: Calling groups_plugins_play to load vars for managed_node1 7983 1726773080.39207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773080.39425: done with get_vars() 7983 1726773080.39438: done getting variables 7983 1726773080.39502: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:20 -0400 (0:00:00.682) 0:00:09.487 **** 7983 1726773080.39729: entering _queue_task() for managed_node1/service 7983 1726773080.39969: worker is 1 (out of 1 available) 7983 1726773080.39980: exiting _queue_task() for managed_node1/service 7983 1726773080.39992: done queuing things up, now waiting for results queue to drain 7983 1726773080.39993: waiting for pending results... 7983 1726773080.40170: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773080.40238: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000005a 7983 1726773080.40248: variable 'ansible_search_path' from source: unknown 7983 1726773080.40252: variable 'ansible_search_path' from source: unknown 7983 1726773080.40293: variable '__kernel_settings_services' from source: include_vars 7983 1726773080.40595: variable '__kernel_settings_services' from source: include_vars 7983 1726773080.40650: variable 'omit' from source: magic vars 7983 1726773080.40721: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773080.40729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773080.40736: variable 'omit' from source: magic vars 7983 1726773080.40915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773080.41081: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773080.41116: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773080.41144: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773080.41169: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773080.41243: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773080.41249: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773080.41267: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 7983 1726773080.41271: variable 'omit' from source: magic vars 7983 1726773080.41305: variable 'omit' from source: magic vars 7983 1726773080.41337: variable 'item' from source: unknown 7983 1726773080.41388: variable 'item' from source: unknown 7983 1726773080.41404: variable 'omit' from source: magic vars 7983 1726773080.41427: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773080.41449: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773080.41466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773080.41477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773080.41490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773080.41515: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773080.41518: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773080.41521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773080.41587: Set connection var ansible_shell_type to sh 7983 1726773080.41593: Set connection var ansible_timeout to 10 7983 1726773080.41599: Set connection var ansible_connection to ssh 7983 1726773080.41608: Set connection var ansible_pipelining to False 7983 1726773080.41613: Set connection var ansible_shell_executable to /bin/sh 7983 1726773080.41617: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773080.41633: variable 'ansible_shell_executable' from source: unknown 7983 1726773080.41636: variable 'ansible_connection' from source: unknown 7983 1726773080.41638: variable 'ansible_module_compression' from source: unknown 7983 1726773080.41640: variable 'ansible_shell_type' from source: unknown 7983 1726773080.41642: variable 'ansible_shell_executable' from source: unknown 7983 1726773080.41644: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773080.41646: variable 'ansible_pipelining' from source: unknown 7983 1726773080.41652: variable 'ansible_timeout' from source: unknown 7983 1726773080.41656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773080.41732: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773080.41739: variable 'omit' from source: magic vars 7983 1726773080.41744: starting attempt loop 7983 1726773080.41747: running the handler 7983 1726773080.41812: variable 'ansible_facts' from source: unknown 7983 1726773080.41899: _low_level_execute_command(): starting 7983 1726773080.41911: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773080.42399: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773080.42418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.42432: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.42452: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.42499: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773080.42514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.42625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.44335: stdout chunk (state=3): >>>/root <<< 7983 1726773080.44433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.44482: stderr chunk (state=3): >>><<< 7983 1726773080.44489: stdout chunk (state=3): >>><<< 7983 1726773080.44508: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.44522: _low_level_execute_command(): starting 7983 1726773080.44527: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527 `" && echo ansible-tmp-1726773080.445082-8412-215709384252527="` echo /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527 `" ) && sleep 0' 7983 1726773080.44955: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773080.44968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.44984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773080.45002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.45054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773080.45070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.45169: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.47174: stdout chunk (state=3): >>>ansible-tmp-1726773080.445082-8412-215709384252527=/root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527 <<< 7983 1726773080.47289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.47329: stderr chunk (state=3): >>><<< 7983 1726773080.47332: stdout chunk (state=3): >>><<< 7983 1726773080.47345: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773080.445082-8412-215709384252527=/root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.47379: variable 'ansible_module_compression' from source: unknown 7983 1726773080.47418: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 7983 1726773080.47462: variable 'ansible_facts' from source: unknown 7983 1726773080.47596: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/AnsiballZ_systemd.py 7983 1726773080.47710: Sending initial data 7983 1726773080.47720: Sent initial data (153 bytes) 7983 1726773080.48378: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773080.48381: 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 <<< 7983 1726773080.48408: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.48422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.48471: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.48483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.48600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.50499: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773080.50602: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773080.50701: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp1xl2i0sl /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/AnsiballZ_systemd.py <<< 7983 1726773080.50799: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773080.52786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.52887: stderr chunk (state=3): >>><<< 7983 1726773080.52890: stdout chunk (state=3): >>><<< 7983 1726773080.52910: done transferring module to remote 7983 1726773080.52919: _low_level_execute_command(): starting 7983 1726773080.52924: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/ /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/AnsiballZ_systemd.py && sleep 0' 7983 1726773080.53370: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.53373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.53413: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.53417: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773080.53425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.53468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.53471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.53581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.55444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773080.55491: stderr chunk (state=3): >>><<< 7983 1726773080.55494: stdout chunk (state=3): >>><<< 7983 1726773080.55508: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773080.55511: _low_level_execute_command(): starting 7983 1726773080.55516: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/AnsiballZ_systemd.py && sleep 0' 7983 1726773080.55955: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.55958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773080.56000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.56005: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773080.56007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773080.56009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773080.56055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773080.56059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773080.56172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773080.98711: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "110432000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYV<<< 7983 1726773080.98717: stdout chunk (state=3): >>>Hangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 7983 1726773081.00222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773081.00272: stderr chunk (state=3): >>><<< 7983 1726773081.00276: stdout chunk (state=3): >>><<< 7983 1726773081.00307: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "110432000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773081.00426: 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-1726773080.445082-8412-215709384252527/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773081.00442: _low_level_execute_command(): starting 7983 1726773081.00445: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773080.445082-8412-215709384252527/ > /dev/null 2>&1 && sleep 0' 7983 1726773081.00883: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.00900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.00916: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773081.00927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773081.00943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.00982: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.00996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.01101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.02983: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.03030: stderr chunk (state=3): >>><<< 7983 1726773081.03036: stdout chunk (state=3): >>><<< 7983 1726773081.03050: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773081.03057: handler run complete 7983 1726773081.03098: attempt loop complete, returning result 7983 1726773081.03115: variable 'item' from source: unknown 7983 1726773081.03183: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "110432000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11156", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14024704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 7983 1726773081.03656: dumping result to json 7983 1726773081.03659: done dumping result, returning 7983 1726773081.03661: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-4fbf-0a43-00000000005a] 7983 1726773081.03663: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005a 7983 1726773081.03722: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005a 7983 1726773081.03725: WORKER PROCESS EXITING 7983 1726773081.03793: no more pending results, returning what we have 7983 1726773081.03795: results queue empty 7983 1726773081.03796: checking for any_errors_fatal 7983 1726773081.03800: done checking for any_errors_fatal 7983 1726773081.03801: checking for max_fail_percentage 7983 1726773081.03802: done checking for max_fail_percentage 7983 1726773081.03803: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.03805: done checking to see if all hosts have failed 7983 1726773081.03806: getting the remaining hosts for this loop 7983 1726773081.03807: done getting the remaining hosts for this loop 7983 1726773081.03809: getting the next task for host managed_node1 7983 1726773081.03812: done getting next task for host managed_node1 7983 1726773081.03816: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773081.03818: ^ 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? (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 7983 1726773081.03826: getting variables 7983 1726773081.03827: in VariableManager get_vars() 7983 1726773081.03847: Calling all_inventory to load vars for managed_node1 7983 1726773081.03848: Calling groups_inventory to load vars for managed_node1 7983 1726773081.03850: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.03856: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.03857: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.03859: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.03959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.04089: done with get_vars() 7983 1726773081.04097: done getting variables 7983 1726773081.04164: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.644) 0:00:10.131 **** 7983 1726773081.04186: entering _queue_task() for managed_node1/command 7983 1726773081.04187: Creating lock for command 7983 1726773081.04369: worker is 1 (out of 1 available) 7983 1726773081.04382: exiting _queue_task() for managed_node1/command 7983 1726773081.04393: done queuing things up, now waiting for results queue to drain 7983 1726773081.04394: waiting for pending results... 7983 1726773081.04564: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773081.04640: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000005b 7983 1726773081.04650: variable 'ansible_search_path' from source: unknown 7983 1726773081.04653: variable 'ansible_search_path' from source: unknown 7983 1726773081.04685: calling self._execute() 7983 1726773081.04747: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.04753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.04762: variable 'omit' from source: magic vars 7983 1726773081.05091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.05266: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.05299: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.05324: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.05353: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.05439: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773081.05458: Evaluated conditional (not __kernel_settings_register_profile is changed): False 7983 1726773081.05463: when evaluation is False, skipping this task 7983 1726773081.05467: _execute() done 7983 1726773081.05469: dumping result to json 7983 1726773081.05472: done dumping result, returning 7983 1726773081.05475: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-4fbf-0a43-00000000005b] 7983 1726773081.05485: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005b 7983 1726773081.05566: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005b 7983 1726773081.05569: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 7983 1726773081.05635: no more pending results, returning what we have 7983 1726773081.05638: results queue empty 7983 1726773081.05639: checking for any_errors_fatal 7983 1726773081.05651: done checking for any_errors_fatal 7983 1726773081.05651: checking for max_fail_percentage 7983 1726773081.05653: done checking for max_fail_percentage 7983 1726773081.05653: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.05654: done checking to see if all hosts have failed 7983 1726773081.05655: getting the remaining hosts for this loop 7983 1726773081.05656: done getting the remaining hosts for this loop 7983 1726773081.05658: getting the next task for host managed_node1 7983 1726773081.05662: done getting next task for host managed_node1 7983 1726773081.05666: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773081.05669: ^ 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? (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 7983 1726773081.05685: getting variables 7983 1726773081.05686: in VariableManager get_vars() 7983 1726773081.05712: Calling all_inventory to load vars for managed_node1 7983 1726773081.05714: Calling groups_inventory to load vars for managed_node1 7983 1726773081.05715: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.05722: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.05723: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.05725: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.05825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.05948: done with get_vars() 7983 1726773081.05955: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.018) 0:00:10.150 **** 7983 1726773081.06022: entering _queue_task() for managed_node1/include_tasks 7983 1726773081.06186: worker is 1 (out of 1 available) 7983 1726773081.06199: exiting _queue_task() for managed_node1/include_tasks 7983 1726773081.06211: done queuing things up, now waiting for results queue to drain 7983 1726773081.06212: waiting for pending results... 7983 1726773081.06370: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773081.06439: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000005c 7983 1726773081.06451: variable 'ansible_search_path' from source: unknown 7983 1726773081.06456: variable 'ansible_search_path' from source: unknown 7983 1726773081.06484: calling self._execute() 7983 1726773081.06544: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.06548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.06558: variable 'omit' from source: magic vars 7983 1726773081.06889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.07063: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.07152: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.07174: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.07199: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.07280: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773081.07297: Evaluated conditional (__kernel_settings_register_apply is changed): True 7983 1726773081.07302: _execute() done 7983 1726773081.07306: dumping result to json 7983 1726773081.07309: done dumping result, returning 7983 1726773081.07316: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-4fbf-0a43-00000000005c] 7983 1726773081.07319: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005c 7983 1726773081.07401: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005c 7983 1726773081.07407: WORKER PROCESS EXITING 7983 1726773081.07465: no more pending results, returning what we have 7983 1726773081.07469: in VariableManager get_vars() 7983 1726773081.07505: Calling all_inventory to load vars for managed_node1 7983 1726773081.07508: Calling groups_inventory to load vars for managed_node1 7983 1726773081.07510: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.07517: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.07518: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.07520: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.07669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.07910: done with get_vars() 7983 1726773081.07917: variable 'ansible_search_path' from source: unknown 7983 1726773081.07918: variable 'ansible_search_path' from source: unknown 7983 1726773081.07950: we have included files to process 7983 1726773081.07951: generating all_blocks data 7983 1726773081.07955: done generating all_blocks data 7983 1726773081.07960: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773081.07961: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773081.07964: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773081.08450: done processing included file 7983 1726773081.08453: iterating over new_blocks loaded from include file 7983 1726773081.08454: in VariableManager get_vars() 7983 1726773081.08474: done with get_vars() 7983 1726773081.08476: filtering new block on tags 7983 1726773081.08535: done filtering new block on tags 7983 1726773081.08538: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1 7983 1726773081.08542: extending task lists for all hosts with included blocks 7983 1726773081.09126: done extending task lists 7983 1726773081.09127: done processing included files 7983 1726773081.09128: results queue empty 7983 1726773081.09128: checking for any_errors_fatal 7983 1726773081.09130: done checking for any_errors_fatal 7983 1726773081.09130: checking for max_fail_percentage 7983 1726773081.09131: done checking for max_fail_percentage 7983 1726773081.09131: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.09132: done checking to see if all hosts have failed 7983 1726773081.09132: getting the remaining hosts for this loop 7983 1726773081.09133: done getting the remaining hosts for this loop 7983 1726773081.09135: getting the next task for host managed_node1 7983 1726773081.09137: done getting next task for host managed_node1 7983 1726773081.09139: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 7983 1726773081.09142: ^ 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? (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 7983 1726773081.09148: getting variables 7983 1726773081.09148: in VariableManager get_vars() 7983 1726773081.09156: Calling all_inventory to load vars for managed_node1 7983 1726773081.09158: Calling groups_inventory to load vars for managed_node1 7983 1726773081.09159: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.09162: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.09163: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.09165: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.09267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.09383: done with get_vars() 7983 1726773081.09391: done getting variables 7983 1726773081.09418: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.034) 0:00:10.184 **** 7983 1726773081.09440: entering _queue_task() for managed_node1/command 7983 1726773081.09621: worker is 1 (out of 1 available) 7983 1726773081.09632: exiting _queue_task() for managed_node1/command 7983 1726773081.09642: done queuing things up, now waiting for results queue to drain 7983 1726773081.09643: waiting for pending results... 7983 1726773081.09802: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 7983 1726773081.09874: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000012b 7983 1726773081.09886: variable 'ansible_search_path' from source: unknown 7983 1726773081.09890: variable 'ansible_search_path' from source: unknown 7983 1726773081.09920: calling self._execute() 7983 1726773081.09983: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.09988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.09999: variable 'omit' from source: magic vars 7983 1726773081.10071: variable 'omit' from source: magic vars 7983 1726773081.10117: variable 'omit' from source: magic vars 7983 1726773081.10140: variable 'omit' from source: magic vars 7983 1726773081.10174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.10203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.10221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.10236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.10245: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.10270: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.10274: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.10279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.10344: Set connection var ansible_shell_type to sh 7983 1726773081.10351: Set connection var ansible_timeout to 10 7983 1726773081.10357: Set connection var ansible_connection to ssh 7983 1726773081.10364: Set connection var ansible_pipelining to False 7983 1726773081.10369: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.10378: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.10397: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.10400: variable 'ansible_connection' from source: unknown 7983 1726773081.10402: variable 'ansible_module_compression' from source: unknown 7983 1726773081.10410: variable 'ansible_shell_type' from source: unknown 7983 1726773081.10413: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.10416: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.10421: variable 'ansible_pipelining' from source: unknown 7983 1726773081.10423: variable 'ansible_timeout' from source: unknown 7983 1726773081.10429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.10535: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773081.10541: variable 'omit' from source: magic vars 7983 1726773081.10547: starting attempt loop 7983 1726773081.10550: running the handler 7983 1726773081.10562: _low_level_execute_command(): starting 7983 1726773081.10568: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773081.11451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.11614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.13247: stdout chunk (state=3): >>>/root <<< 7983 1726773081.13441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.13444: stdout chunk (state=3): >>><<< 7983 1726773081.13447: stderr chunk (state=3): >>><<< 7983 1726773081.13567: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773081.13571: _low_level_execute_command(): starting 7983 1726773081.13575: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407 `" && echo ansible-tmp-1726773081.134673-8434-253501304599407="` echo /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407 `" ) && sleep 0' 7983 1726773081.14206: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773081.14228: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.14248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.14269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.14318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773081.14338: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773081.14360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.14383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773081.14395: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773081.14407: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773081.14425: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.14436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.14458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.14468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773081.14480: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773081.14492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.14578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.14599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773081.14616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.14751: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.16776: stdout chunk (state=3): >>>ansible-tmp-1726773081.134673-8434-253501304599407=/root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407 <<< 7983 1726773081.16960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.16963: stdout chunk (state=3): >>><<< 7983 1726773081.16965: stderr chunk (state=3): >>><<< 7983 1726773081.17213: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773081.134673-8434-253501304599407=/root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773081.17217: variable 'ansible_module_compression' from source: unknown 7983 1726773081.17220: ANSIBALLZ: Using generic lock for ansible.legacy.command 7983 1726773081.17222: ANSIBALLZ: Acquiring lock 7983 1726773081.17224: ANSIBALLZ: Lock acquired: 140131187230240 7983 1726773081.17227: ANSIBALLZ: Creating module 7983 1726773081.27129: ANSIBALLZ: Writing module into payload 7983 1726773081.27255: ANSIBALLZ: Writing module 7983 1726773081.27293: ANSIBALLZ: Renaming module 7983 1726773081.27313: ANSIBALLZ: Done creating module 7983 1726773081.27333: variable 'ansible_facts' from source: unknown 7983 1726773081.27406: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/AnsiballZ_command.py 7983 1726773081.27555: Sending initial data 7983 1726773081.27558: Sent initial data (153 bytes) 7983 1726773081.28476: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773081.28491: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.28510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.28516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.28558: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.28562: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.28565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.28632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.28636: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773081.28638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.28745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.30643: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773081.30740: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773081.30847: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmphq9shhc3 /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/AnsiballZ_command.py <<< 7983 1726773081.30928: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773081.31971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.32027: stderr chunk (state=3): >>><<< 7983 1726773081.32031: stdout chunk (state=3): >>><<< 7983 1726773081.32047: done transferring module to remote 7983 1726773081.32056: _low_level_execute_command(): starting 7983 1726773081.32062: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/ /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/AnsiballZ_command.py && sleep 0' 7983 1726773081.32487: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.32492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.32508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.32540: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.32544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.32554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.32560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.32566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773081.32572: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773081.32581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.32639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.32643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773081.32657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.32762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.34636: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.34683: stderr chunk (state=3): >>><<< 7983 1726773081.34687: stdout chunk (state=3): >>><<< 7983 1726773081.34700: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773081.34702: _low_level_execute_command(): starting 7983 1726773081.34710: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/AnsiballZ_command.py && sleep 0' 7983 1726773081.35130: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.35136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.35168: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.35183: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.35239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.35251: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.35360: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.58846: 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:21.490228", "end": "2024-09-19 15:11:21.586736", "delta": "0:00:00.096508", "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}}} <<< 7983 1726773081.60161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773081.60213: stderr chunk (state=3): >>><<< 7983 1726773081.60217: stdout chunk (state=3): >>><<< 7983 1726773081.60236: _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:21.490228", "end": "2024-09-19 15:11:21.586736", "delta": "0:00:00.096508", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773081.60273: 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-1726773081.134673-8434-253501304599407/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773081.60281: _low_level_execute_command(): starting 7983 1726773081.60284: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773081.134673-8434-253501304599407/ > /dev/null 2>&1 && sleep 0' 7983 1726773081.60719: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.60723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.60740: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773081.60746: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.60756: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773081.60761: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773081.60768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773081.60781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773081.60784: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773081.60790: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773081.60798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773081.60858: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773081.60862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773081.60967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773081.62841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773081.62882: stderr chunk (state=3): >>><<< 7983 1726773081.62885: stdout chunk (state=3): >>><<< 7983 1726773081.62896: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773081.62902: handler run complete 7983 1726773081.62927: Evaluated conditional (False): False 7983 1726773081.62936: attempt loop complete, returning result 7983 1726773081.62939: _execute() done 7983 1726773081.62941: dumping result to json 7983 1726773081.62947: done dumping result, returning 7983 1726773081.62954: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-4fbf-0a43-00000000012b] 7983 1726773081.62959: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012b 7983 1726773081.63056: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012b 7983 1726773081.63059: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.096508", "end": "2024-09-19 15:11:21.586736", "rc": 0, "start": "2024-09-19 15:11:21.490228" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 7983 1726773081.63145: no more pending results, returning what we have 7983 1726773081.63149: results queue empty 7983 1726773081.63150: checking for any_errors_fatal 7983 1726773081.63151: done checking for any_errors_fatal 7983 1726773081.63152: checking for max_fail_percentage 7983 1726773081.63153: done checking for max_fail_percentage 7983 1726773081.63154: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.63155: done checking to see if all hosts have failed 7983 1726773081.63156: getting the remaining hosts for this loop 7983 1726773081.63157: done getting the remaining hosts for this loop 7983 1726773081.63161: getting the next task for host managed_node1 7983 1726773081.63166: done getting next task for host managed_node1 7983 1726773081.63173: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 7983 1726773081.63178: ^ 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? (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 7983 1726773081.63189: getting variables 7983 1726773081.63191: in VariableManager get_vars() 7983 1726773081.63232: Calling all_inventory to load vars for managed_node1 7983 1726773081.63235: Calling groups_inventory to load vars for managed_node1 7983 1726773081.63237: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.63246: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.63248: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.63250: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.63375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.63512: done with get_vars() 7983 1726773081.63521: done getting variables 7983 1726773081.63592: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.541) 0:00:10.726 **** 7983 1726773081.63617: entering _queue_task() for managed_node1/shell 7983 1726773081.63618: Creating lock for shell 7983 1726773081.63813: worker is 1 (out of 1 available) 7983 1726773081.63824: exiting _queue_task() for managed_node1/shell 7983 1726773081.63835: done queuing things up, now waiting for results queue to drain 7983 1726773081.63837: waiting for pending results... 7983 1726773081.64001: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 7983 1726773081.64089: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000012c 7983 1726773081.64093: variable 'ansible_search_path' from source: unknown 7983 1726773081.64097: variable 'ansible_search_path' from source: unknown 7983 1726773081.64130: calling self._execute() 7983 1726773081.64192: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.64195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.64205: variable 'omit' from source: magic vars 7983 1726773081.64586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.64754: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.64786: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.64813: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.64839: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.64918: variable '__kernel_settings_register_verify_values' from source: set_fact 7983 1726773081.64936: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 7983 1726773081.64939: when evaluation is False, skipping this task 7983 1726773081.64942: _execute() done 7983 1726773081.64945: dumping result to json 7983 1726773081.64947: done dumping result, returning 7983 1726773081.64953: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-4fbf-0a43-00000000012c] 7983 1726773081.64960: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012c 7983 1726773081.65045: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012c 7983 1726773081.65047: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 7983 1726773081.65109: no more pending results, returning what we have 7983 1726773081.65112: results queue empty 7983 1726773081.65113: checking for any_errors_fatal 7983 1726773081.65118: done checking for any_errors_fatal 7983 1726773081.65119: checking for max_fail_percentage 7983 1726773081.65120: done checking for max_fail_percentage 7983 1726773081.65121: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.65122: done checking to see if all hosts have failed 7983 1726773081.65122: getting the remaining hosts for this loop 7983 1726773081.65123: done getting the remaining hosts for this loop 7983 1726773081.65126: getting the next task for host managed_node1 7983 1726773081.65130: done getting next task for host managed_node1 7983 1726773081.65133: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 7983 1726773081.65137: ^ 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? (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 7983 1726773081.65149: getting variables 7983 1726773081.65150: in VariableManager get_vars() 7983 1726773081.65173: Calling all_inventory to load vars for managed_node1 7983 1726773081.65175: Calling groups_inventory to load vars for managed_node1 7983 1726773081.65184: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.65190: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.65192: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.65193: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.65329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.65448: done with get_vars() 7983 1726773081.65455: done getting variables 7983 1726773081.65497: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.019) 0:00:10.745 **** 7983 1726773081.65521: entering _queue_task() for managed_node1/fail 7983 1726773081.65691: worker is 1 (out of 1 available) 7983 1726773081.65702: exiting _queue_task() for managed_node1/fail 7983 1726773081.65714: done queuing things up, now waiting for results queue to drain 7983 1726773081.65716: waiting for pending results... 7983 1726773081.65866: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 7983 1726773081.65945: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000012d 7983 1726773081.65953: variable 'ansible_search_path' from source: unknown 7983 1726773081.65956: variable 'ansible_search_path' from source: unknown 7983 1726773081.65985: calling self._execute() 7983 1726773081.66043: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.66048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.66054: variable 'omit' from source: magic vars 7983 1726773081.66383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.66558: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.66590: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.66618: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.66644: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.66723: variable '__kernel_settings_register_verify_values' from source: set_fact 7983 1726773081.66743: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 7983 1726773081.66746: when evaluation is False, skipping this task 7983 1726773081.66749: _execute() done 7983 1726773081.66752: dumping result to json 7983 1726773081.66755: done dumping result, returning 7983 1726773081.66761: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-4fbf-0a43-00000000012d] 7983 1726773081.66766: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012d 7983 1726773081.66852: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000012d 7983 1726773081.66855: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 7983 1726773081.66895: no more pending results, returning what we have 7983 1726773081.66899: results queue empty 7983 1726773081.66900: checking for any_errors_fatal 7983 1726773081.66908: done checking for any_errors_fatal 7983 1726773081.66909: checking for max_fail_percentage 7983 1726773081.66910: done checking for max_fail_percentage 7983 1726773081.66911: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.66912: done checking to see if all hosts have failed 7983 1726773081.66912: getting the remaining hosts for this loop 7983 1726773081.66914: done getting the remaining hosts for this loop 7983 1726773081.66917: getting the next task for host managed_node1 7983 1726773081.66923: done getting next task for host managed_node1 7983 1726773081.66927: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773081.66930: ^ 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? (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 7983 1726773081.66946: getting variables 7983 1726773081.66947: in VariableManager get_vars() 7983 1726773081.66975: Calling all_inventory to load vars for managed_node1 7983 1726773081.66977: Calling groups_inventory to load vars for managed_node1 7983 1726773081.66980: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.66988: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.66990: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.66992: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.67097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.67219: done with get_vars() 7983 1726773081.67226: done getting variables 7983 1726773081.67267: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.017) 0:00:10.762 **** 7983 1726773081.67288: entering _queue_task() for managed_node1/set_fact 7983 1726773081.67453: worker is 1 (out of 1 available) 7983 1726773081.67465: exiting _queue_task() for managed_node1/set_fact 7983 1726773081.67476: done queuing things up, now waiting for results queue to drain 7983 1726773081.67477: waiting for pending results... 7983 1726773081.67643: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773081.67711: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000005d 7983 1726773081.67721: variable 'ansible_search_path' from source: unknown 7983 1726773081.67724: variable 'ansible_search_path' from source: unknown 7983 1726773081.67753: calling self._execute() 7983 1726773081.67817: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.67821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.67831: variable 'omit' from source: magic vars 7983 1726773081.67899: variable 'omit' from source: magic vars 7983 1726773081.67934: variable 'omit' from source: magic vars 7983 1726773081.67956: variable 'omit' from source: magic vars 7983 1726773081.67990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.68021: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.68035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.68048: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.68058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.68083: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.68086: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.68088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.68157: Set connection var ansible_shell_type to sh 7983 1726773081.68164: Set connection var ansible_timeout to 10 7983 1726773081.68169: Set connection var ansible_connection to ssh 7983 1726773081.68180: Set connection var ansible_pipelining to False 7983 1726773081.68182: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.68187: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.68202: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.68207: variable 'ansible_connection' from source: unknown 7983 1726773081.68210: variable 'ansible_module_compression' from source: unknown 7983 1726773081.68212: variable 'ansible_shell_type' from source: unknown 7983 1726773081.68215: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.68217: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.68220: variable 'ansible_pipelining' from source: unknown 7983 1726773081.68222: variable 'ansible_timeout' from source: unknown 7983 1726773081.68227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.68329: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773081.68338: variable 'omit' from source: magic vars 7983 1726773081.68343: starting attempt loop 7983 1726773081.68346: running the handler 7983 1726773081.68357: handler run complete 7983 1726773081.68368: attempt loop complete, returning result 7983 1726773081.68371: _execute() done 7983 1726773081.68373: dumping result to json 7983 1726773081.68375: done dumping result, returning 7983 1726773081.68385: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-00000000005d] 7983 1726773081.68390: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005d ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 7983 1726773081.68520: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005d 7983 1726773081.68523: WORKER PROCESS EXITING 7983 1726773081.68532: no more pending results, returning what we have 7983 1726773081.68535: results queue empty 7983 1726773081.68535: checking for any_errors_fatal 7983 1726773081.68540: done checking for any_errors_fatal 7983 1726773081.68541: checking for max_fail_percentage 7983 1726773081.68542: done checking for max_fail_percentage 7983 1726773081.68543: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.68543: done checking to see if all hosts have failed 7983 1726773081.68544: getting the remaining hosts for this loop 7983 1726773081.68545: done getting the remaining hosts for this loop 7983 1726773081.68548: getting the next task for host managed_node1 7983 1726773081.68552: done getting next task for host managed_node1 7983 1726773081.68555: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773081.68558: ^ 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? (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 7983 1726773081.68573: getting variables 7983 1726773081.68574: in VariableManager get_vars() 7983 1726773081.68600: Calling all_inventory to load vars for managed_node1 7983 1726773081.68602: Calling groups_inventory to load vars for managed_node1 7983 1726773081.68605: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.68611: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.68613: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.68615: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.68752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.68869: done with get_vars() 7983 1726773081.68876: done getting variables 7983 1726773081.68917: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.016) 0:00:10.779 **** 7983 1726773081.68936: entering _queue_task() for managed_node1/set_fact 7983 1726773081.69092: worker is 1 (out of 1 available) 7983 1726773081.69104: exiting _queue_task() for managed_node1/set_fact 7983 1726773081.69115: done queuing things up, now waiting for results queue to drain 7983 1726773081.69116: waiting for pending results... 7983 1726773081.69280: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773081.69349: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000005e 7983 1726773081.69360: variable 'ansible_search_path' from source: unknown 7983 1726773081.69363: variable 'ansible_search_path' from source: unknown 7983 1726773081.69394: calling self._execute() 7983 1726773081.69456: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.69459: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.69469: variable 'omit' from source: magic vars 7983 1726773081.69539: variable 'omit' from source: magic vars 7983 1726773081.69572: variable 'omit' from source: magic vars 7983 1726773081.69835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.70006: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.70037: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.70063: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.70092: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.70187: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773081.70197: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773081.70204: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773081.70244: variable 'omit' from source: magic vars 7983 1726773081.70264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.70308: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.70324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.70340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.70351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.70372: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.70375: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.70380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.70449: Set connection var ansible_shell_type to sh 7983 1726773081.70455: Set connection var ansible_timeout to 10 7983 1726773081.70461: Set connection var ansible_connection to ssh 7983 1726773081.70469: Set connection var ansible_pipelining to False 7983 1726773081.70473: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.70481: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.70494: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.70497: variable 'ansible_connection' from source: unknown 7983 1726773081.70499: variable 'ansible_module_compression' from source: unknown 7983 1726773081.70501: variable 'ansible_shell_type' from source: unknown 7983 1726773081.70505: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.70510: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.70514: variable 'ansible_pipelining' from source: unknown 7983 1726773081.70516: variable 'ansible_timeout' from source: unknown 7983 1726773081.70520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.70595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773081.70604: variable 'omit' from source: magic vars 7983 1726773081.70609: starting attempt loop 7983 1726773081.70612: running the handler 7983 1726773081.70621: handler run complete 7983 1726773081.70628: attempt loop complete, returning result 7983 1726773081.70631: _execute() done 7983 1726773081.70633: dumping result to json 7983 1726773081.70636: done dumping result, returning 7983 1726773081.70648: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-4fbf-0a43-00000000005e] 7983 1726773081.70652: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005e 7983 1726773081.70724: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000005e 7983 1726773081.70727: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 7983 1726773081.70811: no more pending results, returning what we have 7983 1726773081.70814: results queue empty 7983 1726773081.70814: checking for any_errors_fatal 7983 1726773081.70817: done checking for any_errors_fatal 7983 1726773081.70818: checking for max_fail_percentage 7983 1726773081.70819: done checking for max_fail_percentage 7983 1726773081.70819: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.70820: done checking to see if all hosts have failed 7983 1726773081.70820: getting the remaining hosts for this loop 7983 1726773081.70821: done getting the remaining hosts for this loop 7983 1726773081.70823: getting the next task for host managed_node1 7983 1726773081.70828: done getting next task for host managed_node1 7983 1726773081.70829: ^ task is: TASK: meta (role_complete) 7983 1726773081.70831: ^ 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? (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 7983 1726773081.70837: getting variables 7983 1726773081.70838: in VariableManager get_vars() 7983 1726773081.70864: Calling all_inventory to load vars for managed_node1 7983 1726773081.70866: Calling groups_inventory to load vars for managed_node1 7983 1726773081.70868: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.70874: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.70875: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.70880: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.70985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.71104: done with get_vars() 7983 1726773081.71111: done getting variables 7983 1726773081.71160: done queuing things up, now waiting for results queue to drain 7983 1726773081.71162: results queue empty 7983 1726773081.71162: checking for any_errors_fatal 7983 1726773081.71163: done checking for any_errors_fatal 7983 1726773081.71164: checking for max_fail_percentage 7983 1726773081.71165: done checking for max_fail_percentage 7983 1726773081.71168: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.71169: done checking to see if all hosts have failed 7983 1726773081.71169: getting the remaining hosts for this loop 7983 1726773081.71170: done getting the remaining hosts for this loop 7983 1726773081.71171: getting the next task for host managed_node1 7983 1726773081.71174: done getting next task for host managed_node1 7983 1726773081.71175: ^ task is: TASK: Verify that settings were applied correctly 7983 1726773081.71178: ^ 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 7983 1726773081.71180: getting variables 7983 1726773081.71180: in VariableManager get_vars() 7983 1726773081.71189: Calling all_inventory to load vars for managed_node1 7983 1726773081.71190: Calling groups_inventory to load vars for managed_node1 7983 1726773081.71191: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.71195: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.71196: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.71198: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.71298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.71408: done with get_vars() 7983 1726773081.71414: done getting variables TASK [Verify that settings were applied correctly] ***************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:30 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.025) 0:00:10.804 **** 7983 1726773081.71455: entering _queue_task() for managed_node1/include_tasks 7983 1726773081.71622: worker is 1 (out of 1 available) 7983 1726773081.71634: exiting _queue_task() for managed_node1/include_tasks 7983 1726773081.71645: done queuing things up, now waiting for results queue to drain 7983 1726773081.71646: waiting for pending results... 7983 1726773081.71798: running TaskExecutor() for managed_node1/TASK: Verify that settings were applied correctly 7983 1726773081.71853: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000009 7983 1726773081.71863: variable 'ansible_search_path' from source: unknown 7983 1726773081.71891: calling self._execute() 7983 1726773081.71951: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.71955: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.71965: variable 'omit' from source: magic vars 7983 1726773081.72034: _execute() done 7983 1726773081.72038: dumping result to json 7983 1726773081.72041: done dumping result, returning 7983 1726773081.72046: done running TaskExecutor() for managed_node1/TASK: Verify that settings were applied correctly [1239c35c-e2e1-4fbf-0a43-000000000009] 7983 1726773081.72051: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000009 7983 1726773081.72136: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000009 7983 1726773081.72139: WORKER PROCESS EXITING 7983 1726773081.72162: no more pending results, returning what we have 7983 1726773081.72166: in VariableManager get_vars() 7983 1726773081.72202: Calling all_inventory to load vars for managed_node1 7983 1726773081.72207: Calling groups_inventory to load vars for managed_node1 7983 1726773081.72209: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.72218: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.72220: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.72223: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.72332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.72447: done with get_vars() 7983 1726773081.72452: variable 'ansible_search_path' from source: unknown 7983 1726773081.72461: we have included files to process 7983 1726773081.72461: generating all_blocks data 7983 1726773081.72462: done generating all_blocks data 7983 1726773081.72465: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 7983 1726773081.72466: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 7983 1726773081.72467: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 7983 1726773081.72986: in VariableManager get_vars() 7983 1726773081.72998: done with get_vars() 7983 1726773081.73099: done processing included file 7983 1726773081.73100: iterating over new_blocks loaded from include file 7983 1726773081.73101: in VariableManager get_vars() 7983 1726773081.73112: done with get_vars() 7983 1726773081.73114: filtering new block on tags 7983 1726773081.73157: done filtering new block on tags 7983 1726773081.73159: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml for managed_node1 7983 1726773081.73163: extending task lists for all hosts with included blocks 7983 1726773081.73868: done extending task lists 7983 1726773081.73869: done processing included files 7983 1726773081.73869: results queue empty 7983 1726773081.73870: checking for any_errors_fatal 7983 1726773081.73870: done checking for any_errors_fatal 7983 1726773081.73871: checking for max_fail_percentage 7983 1726773081.73872: done checking for max_fail_percentage 7983 1726773081.73872: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.73873: done checking to see if all hosts have failed 7983 1726773081.73873: getting the remaining hosts for this loop 7983 1726773081.73874: done getting the remaining hosts for this loop 7983 1726773081.73875: getting the next task for host managed_node1 7983 1726773081.73880: done getting next task for host managed_node1 7983 1726773081.73881: ^ task is: TASK: Set version specific variables 7983 1726773081.73882: ^ 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 7983 1726773081.73884: getting variables 7983 1726773081.73884: in VariableManager get_vars() 7983 1726773081.73891: Calling all_inventory to load vars for managed_node1 7983 1726773081.73893: Calling groups_inventory to load vars for managed_node1 7983 1726773081.73894: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.73897: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.73899: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.73900: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.73994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.74105: done with get_vars() 7983 1726773081.74112: done getting variables 7983 1726773081.74136: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set version specific variables] ****************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:2 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.026) 0:00:10.831 **** 7983 1726773081.74155: entering _queue_task() for managed_node1/include_vars 7983 1726773081.74318: worker is 1 (out of 1 available) 7983 1726773081.74329: exiting _queue_task() for managed_node1/include_vars 7983 1726773081.74339: done queuing things up, now waiting for results queue to drain 7983 1726773081.74342: waiting for pending results... 7983 1726773081.74495: running TaskExecutor() for managed_node1/TASK: Set version specific variables 7983 1726773081.74551: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000187 7983 1726773081.74563: variable 'ansible_search_path' from source: unknown 7983 1726773081.74567: variable 'ansible_search_path' from source: unknown 7983 1726773081.74595: calling self._execute() 7983 1726773081.74653: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.74656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.74665: variable 'omit' from source: magic vars 7983 1726773081.74740: variable 'omit' from source: magic vars 7983 1726773081.74785: variable 'omit' from source: magic vars 7983 1726773081.75153: variable 'ffparams' from source: task vars 7983 1726773081.75268: variable 'ansible_distribution' from source: facts 7983 1726773081.75282: variable 'ansible_distribution_major_version' from source: facts 7983 1726773081.75375: variable 'ansible_distribution' from source: facts 7983 1726773081.75530: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7983 1726773081.75992: Loaded config def from plugin (lookup/first_found) 7983 1726773081.76006: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 7983 1726773081.76046: variable 'ansible_search_path' from source: unknown 7983 1726773081.76057: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 7983 1726773081.76102: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_CentOS_9.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_CentOS_9.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS_9.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS_9.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS_9.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS_9.yml 7983 1726773081.76134: variable 'ansible_search_path' from source: unknown 7983 1726773081.76144: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 7983 1726773081.76184: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_CentOS.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_CentOS.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS.yml 7983 1726773081.76210: variable 'ansible_search_path' from source: unknown 7983 1726773081.76218: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 7983 1726773081.76257: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_default.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_default.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_default.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_default.yml /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml 7983 1726773081.76273: variable 'omit' from source: magic vars 7983 1726773081.76294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.76314: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.76331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.76349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.76357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.76380: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.76383: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.76385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.76448: Set connection var ansible_shell_type to sh 7983 1726773081.76454: Set connection var ansible_timeout to 10 7983 1726773081.76460: Set connection var ansible_connection to ssh 7983 1726773081.76467: Set connection var ansible_pipelining to False 7983 1726773081.76472: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.76479: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.76493: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.76497: variable 'ansible_connection' from source: unknown 7983 1726773081.76500: variable 'ansible_module_compression' from source: unknown 7983 1726773081.76502: variable 'ansible_shell_type' from source: unknown 7983 1726773081.76504: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.76508: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.76510: variable 'ansible_pipelining' from source: unknown 7983 1726773081.76512: variable 'ansible_timeout' from source: unknown 7983 1726773081.76517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.76594: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773081.76602: variable 'omit' from source: magic vars 7983 1726773081.76609: starting attempt loop 7983 1726773081.76612: running the handler 7983 1726773081.76657: handler run complete 7983 1726773081.76665: attempt loop complete, returning result 7983 1726773081.76668: _execute() done 7983 1726773081.76670: dumping result to json 7983 1726773081.76674: done dumping result, returning 7983 1726773081.76681: done running TaskExecutor() for managed_node1/TASK: Set version specific variables [1239c35c-e2e1-4fbf-0a43-000000000187] 7983 1726773081.76686: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000187 7983 1726773081.76770: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000187 7983 1726773081.76772: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_test_python_cmd": "/usr/libexec/platform-python", "__kernel_settings_test_python_pkgs": [ "python3-configobj" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml" ], "changed": false } 7983 1726773081.76840: no more pending results, returning what we have 7983 1726773081.76843: results queue empty 7983 1726773081.76844: checking for any_errors_fatal 7983 1726773081.76845: done checking for any_errors_fatal 7983 1726773081.76846: checking for max_fail_percentage 7983 1726773081.76847: done checking for max_fail_percentage 7983 1726773081.76848: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.76849: done checking to see if all hosts have failed 7983 1726773081.76849: getting the remaining hosts for this loop 7983 1726773081.76851: done getting the remaining hosts for this loop 7983 1726773081.76854: getting the next task for host managed_node1 7983 1726773081.76858: done getting next task for host managed_node1 7983 1726773081.76861: ^ task is: TASK: Reset settings success flag 7983 1726773081.76863: ^ 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 7983 1726773081.76866: getting variables 7983 1726773081.76867: in VariableManager get_vars() 7983 1726773081.76897: Calling all_inventory to load vars for managed_node1 7983 1726773081.76900: Calling groups_inventory to load vars for managed_node1 7983 1726773081.76902: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.76911: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.76915: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.76918: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.77022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.77140: done with get_vars() 7983 1726773081.77149: done getting variables 7983 1726773081.77190: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Reset settings success flag] ********************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:13 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.030) 0:00:10.862 **** 7983 1726773081.77211: entering _queue_task() for managed_node1/set_fact 7983 1726773081.77375: worker is 1 (out of 1 available) 7983 1726773081.77389: exiting _queue_task() for managed_node1/set_fact 7983 1726773081.77400: done queuing things up, now waiting for results queue to drain 7983 1726773081.77402: waiting for pending results... 7983 1726773081.77561: running TaskExecutor() for managed_node1/TASK: Reset settings success flag 7983 1726773081.77624: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000188 7983 1726773081.77633: variable 'ansible_search_path' from source: unknown 7983 1726773081.77637: variable 'ansible_search_path' from source: unknown 7983 1726773081.77663: calling self._execute() 7983 1726773081.77723: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.77727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.77737: variable 'omit' from source: magic vars 7983 1726773081.77802: variable 'omit' from source: magic vars 7983 1726773081.77835: variable 'omit' from source: magic vars 7983 1726773081.77858: variable 'omit' from source: magic vars 7983 1726773081.77891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.77918: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.77936: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.78692: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.78711: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.78743: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.78751: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.78758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.78853: Set connection var ansible_shell_type to sh 7983 1726773081.78865: Set connection var ansible_timeout to 10 7983 1726773081.78874: Set connection var ansible_connection to ssh 7983 1726773081.78887: Set connection var ansible_pipelining to False 7983 1726773081.78896: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.78905: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.78929: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.78937: variable 'ansible_connection' from source: unknown 7983 1726773081.78943: variable 'ansible_module_compression' from source: unknown 7983 1726773081.78948: variable 'ansible_shell_type' from source: unknown 7983 1726773081.78955: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.78961: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.78967: variable 'ansible_pipelining' from source: unknown 7983 1726773081.78973: variable 'ansible_timeout' from source: unknown 7983 1726773081.78980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.79116: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773081.79133: variable 'omit' from source: magic vars 7983 1726773081.79144: starting attempt loop 7983 1726773081.79151: running the handler 7983 1726773081.79166: handler run complete 7983 1726773081.79180: attempt loop complete, returning result 7983 1726773081.79187: _execute() done 7983 1726773081.79194: dumping result to json 7983 1726773081.79201: done dumping result, returning 7983 1726773081.79214: done running TaskExecutor() for managed_node1/TASK: Reset settings success flag [1239c35c-e2e1-4fbf-0a43-000000000188] 7983 1726773081.79223: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000188 7983 1726773081.79312: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000188 7983 1726773081.79319: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_success": true }, "changed": false } 7983 1726773081.79395: no more pending results, returning what we have 7983 1726773081.79398: results queue empty 7983 1726773081.79398: checking for any_errors_fatal 7983 1726773081.79408: done checking for any_errors_fatal 7983 1726773081.79409: checking for max_fail_percentage 7983 1726773081.79410: done checking for max_fail_percentage 7983 1726773081.79411: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.79412: done checking to see if all hosts have failed 7983 1726773081.79413: getting the remaining hosts for this loop 7983 1726773081.79414: done getting the remaining hosts for this loop 7983 1726773081.79418: getting the next task for host managed_node1 7983 1726773081.79422: done getting next task for host managed_node1 7983 1726773081.79425: ^ task is: TASK: Check tuned-adm verify 7983 1726773081.79428: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773081.79431: getting variables 7983 1726773081.79432: in VariableManager get_vars() 7983 1726773081.79465: Calling all_inventory to load vars for managed_node1 7983 1726773081.79467: Calling groups_inventory to load vars for managed_node1 7983 1726773081.79469: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.79480: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.79483: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.79485: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.79918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.80120: done with get_vars() 7983 1726773081.80130: done getting variables 7983 1726773081.80185: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check tuned-adm verify] ************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:17 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.029) 0:00:10.892 **** 7983 1726773081.80212: entering _queue_task() for managed_node1/command 7983 1726773081.80442: worker is 1 (out of 1 available) 7983 1726773081.80454: exiting _queue_task() for managed_node1/command 7983 1726773081.80466: done queuing things up, now waiting for results queue to drain 7983 1726773081.80468: waiting for pending results... 7983 1726773081.80754: running TaskExecutor() for managed_node1/TASK: Check tuned-adm verify 7983 1726773081.80865: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000189 7983 1726773081.80893: variable 'ansible_search_path' from source: unknown 7983 1726773081.80901: variable 'ansible_search_path' from source: unknown 7983 1726773081.80946: calling self._execute() 7983 1726773081.81047: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.81060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.81078: variable 'omit' from source: magic vars 7983 1726773081.81560: variable '__kernel_settings_test_verify' from source: include params 7983 1726773081.81580: Evaluated conditional (__kernel_settings_test_verify): False 7983 1726773081.81590: when evaluation is False, skipping this task 7983 1726773081.81598: _execute() done 7983 1726773081.81611: dumping result to json 7983 1726773081.81620: done dumping result, returning 7983 1726773081.81630: done running TaskExecutor() for managed_node1/TASK: Check tuned-adm verify [1239c35c-e2e1-4fbf-0a43-000000000189] 7983 1726773081.81646: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000189 7983 1726773081.81759: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000189 7983 1726773081.81767: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_test_verify", "skip_reason": "Conditional result was False" } 7983 1726773081.81833: no more pending results, returning what we have 7983 1726773081.81838: results queue empty 7983 1726773081.81839: checking for any_errors_fatal 7983 1726773081.81846: done checking for any_errors_fatal 7983 1726773081.81847: checking for max_fail_percentage 7983 1726773081.81849: done checking for max_fail_percentage 7983 1726773081.81850: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.81851: done checking to see if all hosts have failed 7983 1726773081.81852: getting the remaining hosts for this loop 7983 1726773081.81853: done getting the remaining hosts for this loop 7983 1726773081.81859: getting the next task for host managed_node1 7983 1726773081.81864: done getting next task for host managed_node1 7983 1726773081.81867: ^ task is: TASK: Check for verify errors 7983 1726773081.81870: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773081.81874: getting variables 7983 1726773081.81875: in VariableManager get_vars() 7983 1726773081.81912: Calling all_inventory to load vars for managed_node1 7983 1726773081.81914: Calling groups_inventory to load vars for managed_node1 7983 1726773081.81917: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.81928: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.81931: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.81934: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.82117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.82354: done with get_vars() 7983 1726773081.82364: done getting variables 7983 1726773081.82557: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check for verify errors] ************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:24 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.023) 0:00:10.915 **** 7983 1726773081.82586: entering _queue_task() for managed_node1/command 7983 1726773081.82865: worker is 1 (out of 1 available) 7983 1726773081.82879: exiting _queue_task() for managed_node1/command 7983 1726773081.82890: done queuing things up, now waiting for results queue to drain 7983 1726773081.82891: waiting for pending results... 7983 1726773081.83155: running TaskExecutor() for managed_node1/TASK: Check for verify errors 7983 1726773081.83263: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018a 7983 1726773081.83285: variable 'ansible_search_path' from source: unknown 7983 1726773081.83295: variable 'ansible_search_path' from source: unknown 7983 1726773081.83342: calling self._execute() 7983 1726773081.83435: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.83449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.83464: variable 'omit' from source: magic vars 7983 1726773081.84023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.84275: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.84333: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.84371: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.84417: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.84510: 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) 7983 1726773081.84544: 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) 7983 1726773081.84578: 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) 7983 1726773081.84614: 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) 7983 1726773081.84730: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.84753: Evaluated conditional (__kernel_settings_register_verify is defined): True 7983 1726773081.84893: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.84910: Evaluated conditional (__kernel_settings_register_verify is failed): False 7983 1726773081.84918: when evaluation is False, skipping this task 7983 1726773081.84925: _execute() done 7983 1726773081.84933: dumping result to json 7983 1726773081.84944: done dumping result, returning 7983 1726773081.84952: done running TaskExecutor() for managed_node1/TASK: Check for verify errors [1239c35c-e2e1-4fbf-0a43-00000000018a] 7983 1726773081.84966: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018a skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 7983 1726773081.85118: no more pending results, returning what we have 7983 1726773081.85121: results queue empty 7983 1726773081.85122: checking for any_errors_fatal 7983 1726773081.85127: done checking for any_errors_fatal 7983 1726773081.85128: checking for max_fail_percentage 7983 1726773081.85130: done checking for max_fail_percentage 7983 1726773081.85131: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.85132: done checking to see if all hosts have failed 7983 1726773081.85132: getting the remaining hosts for this loop 7983 1726773081.85134: done getting the remaining hosts for this loop 7983 1726773081.85137: getting the next task for host managed_node1 7983 1726773081.85144: done getting next task for host managed_node1 7983 1726773081.85147: ^ task is: TASK: Check /proc/cmdline 7983 1726773081.85150: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773081.85153: getting variables 7983 1726773081.85155: in VariableManager get_vars() 7983 1726773081.85196: Calling all_inventory to load vars for managed_node1 7983 1726773081.85199: Calling groups_inventory to load vars for managed_node1 7983 1726773081.85202: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.85214: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.85217: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.85221: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.85441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.85655: done with get_vars() 7983 1726773081.85666: done getting variables 7983 1726773081.85841: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) 7983 1726773081.85868: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018a 7983 1726773081.85871: WORKER PROCESS EXITING TASK [Check /proc/cmdline] ***************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:31 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.032) 0:00:10.948 **** 7983 1726773081.85887: entering _queue_task() for managed_node1/command 7983 1726773081.86227: worker is 1 (out of 1 available) 7983 1726773081.86239: exiting _queue_task() for managed_node1/command 7983 1726773081.86249: done queuing things up, now waiting for results queue to drain 7983 1726773081.86251: waiting for pending results... 7983 1726773081.86512: running TaskExecutor() for managed_node1/TASK: Check /proc/cmdline 7983 1726773081.86612: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018b 7983 1726773081.86628: variable 'ansible_search_path' from source: unknown 7983 1726773081.86635: variable 'ansible_search_path' from source: unknown 7983 1726773081.86671: calling self._execute() 7983 1726773081.86780: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.86792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.86817: variable 'omit' from source: magic vars 7983 1726773081.87316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.87601: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.87653: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.87701: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.87744: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.87865: 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) 7983 1726773081.87910: 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) 7983 1726773081.87944: 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) 7983 1726773081.87978: 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) 7983 1726773081.88106: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.88132: Evaluated conditional (__kernel_settings_register_verify is defined): True 7983 1726773081.88268: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.88285: Evaluated conditional (__kernel_settings_register_verify is failed): False 7983 1726773081.88294: when evaluation is False, skipping this task 7983 1726773081.88302: _execute() done 7983 1726773081.88312: dumping result to json 7983 1726773081.88319: done dumping result, returning 7983 1726773081.88333: done running TaskExecutor() for managed_node1/TASK: Check /proc/cmdline [1239c35c-e2e1-4fbf-0a43-00000000018b] 7983 1726773081.88349: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018b skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 7983 1726773081.88496: no more pending results, returning what we have 7983 1726773081.88499: results queue empty 7983 1726773081.88500: checking for any_errors_fatal 7983 1726773081.88507: done checking for any_errors_fatal 7983 1726773081.88508: checking for max_fail_percentage 7983 1726773081.88510: done checking for max_fail_percentage 7983 1726773081.88511: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.88512: done checking to see if all hosts have failed 7983 1726773081.88513: getting the remaining hosts for this loop 7983 1726773081.88514: done getting the remaining hosts for this loop 7983 1726773081.88518: getting the next task for host managed_node1 7983 1726773081.88524: done getting next task for host managed_node1 7983 1726773081.88527: ^ task is: TASK: Set error flag based on verify 7983 1726773081.88530: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773081.88534: getting variables 7983 1726773081.88535: in VariableManager get_vars() 7983 1726773081.88571: Calling all_inventory to load vars for managed_node1 7983 1726773081.88574: Calling groups_inventory to load vars for managed_node1 7983 1726773081.88581: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.88591: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.88594: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.88598: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.88773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.88995: done with get_vars() 7983 1726773081.89009: done getting variables 7983 1726773081.89072: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set error flag based on verify] ****************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:38 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.032) 0:00:10.980 **** 7983 1726773081.89108: entering _queue_task() for managed_node1/set_fact 7983 1726773081.89128: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018b 7983 1726773081.89142: WORKER PROCESS EXITING 7983 1726773081.89590: worker is 1 (out of 1 available) 7983 1726773081.89602: exiting _queue_task() for managed_node1/set_fact 7983 1726773081.89616: done queuing things up, now waiting for results queue to drain 7983 1726773081.89618: waiting for pending results... 7983 1726773081.89891: running TaskExecutor() for managed_node1/TASK: Set error flag based on verify 7983 1726773081.89999: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018c 7983 1726773081.90023: variable 'ansible_search_path' from source: unknown 7983 1726773081.90031: variable 'ansible_search_path' from source: unknown 7983 1726773081.90084: calling self._execute() 7983 1726773081.90159: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.90165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.90175: variable 'omit' from source: magic vars 7983 1726773081.90548: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.90715: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.90746: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.90770: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.90798: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.90859: 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) 7983 1726773081.90876: 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) 7983 1726773081.90899: 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) 7983 1726773081.90919: 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) 7983 1726773081.90998: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.91012: Evaluated conditional (__kernel_settings_register_verify is defined): True 7983 1726773081.91094: variable '__kernel_settings_register_verify' from source: set_fact 7983 1726773081.91101: Evaluated conditional (__kernel_settings_register_verify is failed): False 7983 1726773081.91109: when evaluation is False, skipping this task 7983 1726773081.91112: _execute() done 7983 1726773081.91115: dumping result to json 7983 1726773081.91117: done dumping result, returning 7983 1726773081.91122: done running TaskExecutor() for managed_node1/TASK: Set error flag based on verify [1239c35c-e2e1-4fbf-0a43-00000000018c] 7983 1726773081.91129: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018c 7983 1726773081.91213: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018c 7983 1726773081.91216: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 7983 1726773081.91260: no more pending results, returning what we have 7983 1726773081.91263: results queue empty 7983 1726773081.91264: checking for any_errors_fatal 7983 1726773081.91269: done checking for any_errors_fatal 7983 1726773081.91270: checking for max_fail_percentage 7983 1726773081.91271: done checking for max_fail_percentage 7983 1726773081.91272: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.91273: done checking to see if all hosts have failed 7983 1726773081.91273: getting the remaining hosts for this loop 7983 1726773081.91275: done getting the remaining hosts for this loop 7983 1726773081.91278: getting the next task for host managed_node1 7983 1726773081.91282: done getting next task for host managed_node1 7983 1726773081.91285: ^ task is: TASK: Check config files 7983 1726773081.91287: ^ 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 7983 1726773081.91290: getting variables 7983 1726773081.91291: in VariableManager get_vars() 7983 1726773081.91322: Calling all_inventory to load vars for managed_node1 7983 1726773081.91325: Calling groups_inventory to load vars for managed_node1 7983 1726773081.91327: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.91336: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.91338: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.91341: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.91473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.91589: done with get_vars() 7983 1726773081.91596: done getting variables TASK [Check config files] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:45 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.025) 0:00:11.006 **** 7983 1726773081.91654: entering _queue_task() for managed_node1/include_tasks 7983 1726773081.91844: worker is 1 (out of 1 available) 7983 1726773081.91856: exiting _queue_task() for managed_node1/include_tasks 7983 1726773081.91866: done queuing things up, now waiting for results queue to drain 7983 1726773081.91868: waiting for pending results... 7983 1726773081.92130: running TaskExecutor() for managed_node1/TASK: Check config files 7983 1726773081.92238: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018d 7983 1726773081.92258: variable 'ansible_search_path' from source: unknown 7983 1726773081.92267: variable 'ansible_search_path' from source: unknown 7983 1726773081.92311: calling self._execute() 7983 1726773081.92397: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.92411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.92429: variable 'omit' from source: magic vars 7983 1726773081.92874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773081.93126: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773081.93186: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773081.93222: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773081.93269: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773081.93339: 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) 7983 1726773081.93361: 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) 7983 1726773081.93381: 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) 7983 1726773081.93399: 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) 7983 1726773081.93480: variable '__kernel_settings_profile_file' from source: include_vars 7983 1726773081.93572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773081.94970: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773081.95030: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773081.95064: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773081.95094: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773081.95153: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773081.95211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773081.95246: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773081.95279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773081.95330: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773081.95356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773081.95463: Evaluated conditional (__kernel_settings_profile_file is defined): True 7983 1726773081.95472: _execute() done 7983 1726773081.95481: dumping result to json 7983 1726773081.95487: done dumping result, returning 7983 1726773081.95494: done running TaskExecutor() for managed_node1/TASK: Check config files [1239c35c-e2e1-4fbf-0a43-00000000018d] 7983 1726773081.95502: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018d 7983 1726773081.95638: no more pending results, returning what we have 7983 1726773081.95643: in VariableManager get_vars() 7983 1726773081.95687: Calling all_inventory to load vars for managed_node1 7983 1726773081.95690: Calling groups_inventory to load vars for managed_node1 7983 1726773081.95693: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.95705: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.95709: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.95713: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.95891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.96099: done with get_vars() 7983 1726773081.96108: variable 'ansible_search_path' from source: unknown 7983 1726773081.96109: variable 'ansible_search_path' from source: unknown 7983 1726773081.96149: we have included files to process 7983 1726773081.96151: generating all_blocks data 7983 1726773081.96153: done generating all_blocks data 7983 1726773081.96158: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 7983 1726773081.96160: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 7983 1726773081.96162: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 7983 1726773081.96823: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018d 7983 1726773081.96827: WORKER PROCESS EXITING 7983 1726773081.97693: done processing included file 7983 1726773081.97695: iterating over new_blocks loaded from include file 7983 1726773081.97696: in VariableManager get_vars() 7983 1726773081.97710: done with get_vars() 7983 1726773081.97711: filtering new block on tags 7983 1726773081.97784: done filtering new block on tags 7983 1726773081.97786: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml for managed_node1 7983 1726773081.97790: extending task lists for all hosts with included blocks 7983 1726773081.97993: done extending task lists 7983 1726773081.97994: done processing included files 7983 1726773081.97995: results queue empty 7983 1726773081.97996: checking for any_errors_fatal 7983 1726773081.97998: done checking for any_errors_fatal 7983 1726773081.97998: checking for max_fail_percentage 7983 1726773081.97999: done checking for max_fail_percentage 7983 1726773081.97999: checking to see if all hosts have failed and the running result is not ok 7983 1726773081.98000: done checking to see if all hosts have failed 7983 1726773081.98001: getting the remaining hosts for this loop 7983 1726773081.98001: done getting the remaining hosts for this loop 7983 1726773081.98004: getting the next task for host managed_node1 7983 1726773081.98007: done getting next task for host managed_node1 7983 1726773081.98012: ^ task is: TASK: Create temporary file for expected config 7983 1726773081.98014: ^ 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=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? (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 7983 1726773081.98015: getting variables 7983 1726773081.98016: in VariableManager get_vars() 7983 1726773081.98024: Calling all_inventory to load vars for managed_node1 7983 1726773081.98026: Calling groups_inventory to load vars for managed_node1 7983 1726773081.98027: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773081.98031: Calling all_plugins_play to load vars for managed_node1 7983 1726773081.98032: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773081.98034: Calling groups_plugins_play to load vars for managed_node1 7983 1726773081.98117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773081.98227: done with get_vars() 7983 1726773081.98234: done getting variables TASK [Create temporary file for expected config] ******************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:2 Thursday 19 September 2024 15:11:21 -0400 (0:00:00.066) 0:00:11.072 **** 7983 1726773081.98278: entering _queue_task() for managed_node1/tempfile 7983 1726773081.98279: Creating lock for tempfile 7983 1726773081.98467: worker is 1 (out of 1 available) 7983 1726773081.98479: exiting _queue_task() for managed_node1/tempfile 7983 1726773081.98490: done queuing things up, now waiting for results queue to drain 7983 1726773081.98492: waiting for pending results... 7983 1726773081.98656: running TaskExecutor() for managed_node1/TASK: Create temporary file for expected config 7983 1726773081.98725: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000227 7983 1726773081.98736: variable 'ansible_search_path' from source: unknown 7983 1726773081.98744: variable 'ansible_search_path' from source: unknown 7983 1726773081.98778: calling self._execute() 7983 1726773081.98845: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.98854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.98863: variable 'omit' from source: magic vars 7983 1726773081.99350: variable 'omit' from source: magic vars 7983 1726773081.99353: variable 'omit' from source: magic vars 7983 1726773081.99357: variable 'omit' from source: magic vars 7983 1726773081.99359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773081.99362: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773081.99364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773081.99367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.99369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773081.99372: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773081.99374: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.99376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.99428: Set connection var ansible_shell_type to sh 7983 1726773081.99445: Set connection var ansible_timeout to 10 7983 1726773081.99455: Set connection var ansible_connection to ssh 7983 1726773081.99467: Set connection var ansible_pipelining to False 7983 1726773081.99478: Set connection var ansible_shell_executable to /bin/sh 7983 1726773081.99499: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773081.99530: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.99538: variable 'ansible_connection' from source: unknown 7983 1726773081.99550: variable 'ansible_module_compression' from source: unknown 7983 1726773081.99556: variable 'ansible_shell_type' from source: unknown 7983 1726773081.99562: variable 'ansible_shell_executable' from source: unknown 7983 1726773081.99568: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773081.99574: variable 'ansible_pipelining' from source: unknown 7983 1726773081.99582: variable 'ansible_timeout' from source: unknown 7983 1726773081.99589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773081.99832: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773081.99850: variable 'omit' from source: magic vars 7983 1726773081.99874: starting attempt loop 7983 1726773081.99885: running the handler 7983 1726773081.99901: _low_level_execute_command(): starting 7983 1726773081.99915: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773082.00763: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773082.00781: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.00796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.00828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.00883: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.00915: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.00919: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.00921: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.00997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.01092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.02793: stdout chunk (state=3): >>>/root <<< 7983 1726773082.02892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.02936: stderr chunk (state=3): >>><<< 7983 1726773082.02939: stdout chunk (state=3): >>><<< 7983 1726773082.02958: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.02968: _low_level_execute_command(): starting 7983 1726773082.02974: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624 `" && echo ansible-tmp-1726773082.0295637-8478-178604104691624="` echo /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624 `" ) && sleep 0' 7983 1726773082.03407: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.03410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.03441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773082.03446: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.03498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.03502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.03610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.05599: stdout chunk (state=3): >>>ansible-tmp-1726773082.0295637-8478-178604104691624=/root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624 <<< 7983 1726773082.05709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.05809: stderr chunk (state=3): >>><<< 7983 1726773082.05812: stdout chunk (state=3): >>><<< 7983 1726773082.05815: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773082.0295637-8478-178604104691624=/root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.05818: variable 'ansible_module_compression' from source: unknown 7983 1726773082.05847: ANSIBALLZ: Using lock for tempfile 7983 1726773082.05850: ANSIBALLZ: Acquiring lock 7983 1726773082.05852: ANSIBALLZ: Lock acquired: 140131183779264 7983 1726773082.05855: ANSIBALLZ: Creating module 7983 1726773082.13799: ANSIBALLZ: Writing module into payload 7983 1726773082.13846: ANSIBALLZ: Writing module 7983 1726773082.13864: ANSIBALLZ: Renaming module 7983 1726773082.13869: ANSIBALLZ: Done creating module 7983 1726773082.13888: variable 'ansible_facts' from source: unknown 7983 1726773082.13931: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/AnsiballZ_tempfile.py 7983 1726773082.14045: Sending initial data 7983 1726773082.14049: Sent initial data (155 bytes) 7983 1726773082.14760: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.14766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.14797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.14815: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.14860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.14880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.14886: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.15004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.16900: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773082.16995: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773082.17101: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp0ljilke3 /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/AnsiballZ_tempfile.py <<< 7983 1726773082.17192: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773082.18216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.18321: stderr chunk (state=3): >>><<< 7983 1726773082.18324: stdout chunk (state=3): >>><<< 7983 1726773082.18342: done transferring module to remote 7983 1726773082.18351: _low_level_execute_command(): starting 7983 1726773082.18356: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/ /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/AnsiballZ_tempfile.py && sleep 0' 7983 1726773082.18805: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.18819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.18837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773082.18856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.18899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.18914: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.19016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.20892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.20936: stderr chunk (state=3): >>><<< 7983 1726773082.20940: stdout chunk (state=3): >>><<< 7983 1726773082.20953: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.20959: _low_level_execute_command(): starting 7983 1726773082.20965: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/AnsiballZ_tempfile.py && sleep 0' 7983 1726773082.21407: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.21419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.21446: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.21451: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773082.21461: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.21471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.21519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.21532: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.21653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.35235: stdout chunk (state=3): >>> {"changed": true, "path": "/tmp/ansible.qcla6ic5.kernel_settings", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".kernel_settings", "prefix": "ansible.", "path": null}}} <<< 7983 1726773082.36426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773082.36479: stderr chunk (state=3): >>><<< 7983 1726773082.36483: stdout chunk (state=3): >>><<< 7983 1726773082.36614: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "path": "/tmp/ansible.qcla6ic5.kernel_settings", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".kernel_settings", "prefix": "ansible.", "path": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773082.36618: done with _execute_module (tempfile, {'state': 'file', 'suffix': '.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': 'tempfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773082.36621: _low_level_execute_command(): starting 7983 1726773082.36623: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773082.0295637-8478-178604104691624/ > /dev/null 2>&1 && sleep 0' 7983 1726773082.37247: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773082.37268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.37289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.37314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.37355: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.37367: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773082.37390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.37409: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773082.37424: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773082.37434: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773082.37446: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.37461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.37483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.37501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.37520: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773082.37549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.37613: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.37622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.37636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.37745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.39664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.39729: stderr chunk (state=3): >>><<< 7983 1726773082.39732: stdout chunk (state=3): >>><<< 7983 1726773082.39748: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.39756: handler run complete 7983 1726773082.39775: attempt loop complete, returning result 7983 1726773082.39781: _execute() done 7983 1726773082.39783: dumping result to json 7983 1726773082.39786: done dumping result, returning 7983 1726773082.39793: done running TaskExecutor() for managed_node1/TASK: Create temporary file for expected config [1239c35c-e2e1-4fbf-0a43-000000000227] 7983 1726773082.39799: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000227 7983 1726773082.39911: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000227 7983 1726773082.39914: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.qcla6ic5.kernel_settings", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } 7983 1726773082.39974: no more pending results, returning what we have 7983 1726773082.39980: results queue empty 7983 1726773082.39981: checking for any_errors_fatal 7983 1726773082.39983: done checking for any_errors_fatal 7983 1726773082.39983: checking for max_fail_percentage 7983 1726773082.39985: done checking for max_fail_percentage 7983 1726773082.39986: checking to see if all hosts have failed and the running result is not ok 7983 1726773082.39987: done checking to see if all hosts have failed 7983 1726773082.39987: getting the remaining hosts for this loop 7983 1726773082.39988: done getting the remaining hosts for this loop 7983 1726773082.39992: getting the next task for host managed_node1 7983 1726773082.39997: done getting next task for host managed_node1 7983 1726773082.40000: ^ task is: TASK: Put expected contents into temporary file 7983 1726773082.40006: ^ 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=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? (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 7983 1726773082.40009: getting variables 7983 1726773082.40010: in VariableManager get_vars() 7983 1726773082.40083: Calling all_inventory to load vars for managed_node1 7983 1726773082.40086: Calling groups_inventory to load vars for managed_node1 7983 1726773082.40088: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773082.40098: Calling all_plugins_play to load vars for managed_node1 7983 1726773082.40100: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773082.40102: Calling groups_plugins_play to load vars for managed_node1 7983 1726773082.40270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773082.40442: done with get_vars() 7983 1726773082.40451: done getting variables 7983 1726773082.40495: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Put expected contents into temporary file] ******************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8 Thursday 19 September 2024 15:11:22 -0400 (0:00:00.422) 0:00:11.495 **** 7983 1726773082.40518: entering _queue_task() for managed_node1/copy 7983 1726773082.40773: worker is 1 (out of 1 available) 7983 1726773082.40786: exiting _queue_task() for managed_node1/copy 7983 1726773082.40796: done queuing things up, now waiting for results queue to drain 7983 1726773082.40797: waiting for pending results... 7983 1726773082.40930: running TaskExecutor() for managed_node1/TASK: Put expected contents into temporary file 7983 1726773082.41043: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000228 7983 1726773082.41069: variable 'ansible_search_path' from source: unknown 7983 1726773082.41077: variable 'ansible_search_path' from source: unknown 7983 1726773082.41119: calling self._execute() 7983 1726773082.41222: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773082.41234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773082.41251: variable 'omit' from source: magic vars 7983 1726773082.41361: variable 'omit' from source: magic vars 7983 1726773082.41423: variable 'omit' from source: magic vars 7983 1726773082.41765: variable '__kernel_settings_register_profile_conf_tempfile' from source: set_fact 7983 1726773082.41799: variable '__kernel_settings_profile_file' from source: include_vars 7983 1726773082.41888: variable '__kernel_settings_profile_file' from source: include_vars 7983 1726773082.42041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773082.44300: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773082.44346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773082.44374: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773082.44402: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773082.44424: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773082.44488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773082.44520: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773082.44538: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773082.44566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773082.44581: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773082.44662: variable 'omit' from source: magic vars 7983 1726773082.44683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773082.44709: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773082.44724: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773082.44737: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773082.44747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773082.44773: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773082.44776: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773082.44781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773082.44854: Set connection var ansible_shell_type to sh 7983 1726773082.44860: Set connection var ansible_timeout to 10 7983 1726773082.44866: Set connection var ansible_connection to ssh 7983 1726773082.44875: Set connection var ansible_pipelining to False 7983 1726773082.44883: Set connection var ansible_shell_executable to /bin/sh 7983 1726773082.44887: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773082.44907: variable 'ansible_shell_executable' from source: unknown 7983 1726773082.44911: variable 'ansible_connection' from source: unknown 7983 1726773082.44915: variable 'ansible_module_compression' from source: unknown 7983 1726773082.44917: variable 'ansible_shell_type' from source: unknown 7983 1726773082.44920: variable 'ansible_shell_executable' from source: unknown 7983 1726773082.44922: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773082.44926: variable 'ansible_pipelining' from source: unknown 7983 1726773082.44928: variable 'ansible_timeout' from source: unknown 7983 1726773082.44934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773082.45001: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773082.45011: variable 'omit' from source: magic vars 7983 1726773082.45019: starting attempt loop 7983 1726773082.45022: running the handler 7983 1726773082.45030: _low_level_execute_command(): starting 7983 1726773082.45036: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773082.45507: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.45525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.45542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.45554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.45605: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.45618: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.45724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.47442: stdout chunk (state=3): >>>/root <<< 7983 1726773082.47543: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.47599: stderr chunk (state=3): >>><<< 7983 1726773082.47601: stdout chunk (state=3): >>><<< 7983 1726773082.47666: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.47680: _low_level_execute_command(): starting 7983 1726773082.47682: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706 `" && echo ansible-tmp-1726773082.4761698-8492-238951269905706="` echo /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706 `" ) && sleep 0' 7983 1726773082.48069: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.48073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.48113: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.48117: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.48119: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.48158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.48173: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.48184: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.48297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.50327: stdout chunk (state=3): >>>ansible-tmp-1726773082.4761698-8492-238951269905706=/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706 <<< 7983 1726773082.50443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.50485: stderr chunk (state=3): >>><<< 7983 1726773082.50488: stdout chunk (state=3): >>><<< 7983 1726773082.50506: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773082.4761698-8492-238951269905706=/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.50569: variable 'ansible_module_compression' from source: unknown 7983 1726773082.50616: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773082.50641: variable 'ansible_facts' from source: unknown 7983 1726773082.50699: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_stat.py 7983 1726773082.50786: Sending initial data 7983 1726773082.50795: Sent initial data (151 bytes) 7983 1726773082.51429: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.51433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.51464: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.51470: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.51473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.51529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.51532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.51633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.53501: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773082.53594: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773082.53689: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpjtzirtx8 /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_stat.py <<< 7983 1726773082.53787: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773082.54788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.54885: stderr chunk (state=3): >>><<< 7983 1726773082.54889: stdout chunk (state=3): >>><<< 7983 1726773082.54905: done transferring module to remote 7983 1726773082.54915: _low_level_execute_command(): starting 7983 1726773082.54923: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/ /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_stat.py && sleep 0' 7983 1726773082.55344: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.55368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.55385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.55399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.55439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.55451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.55561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.57429: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.57470: stderr chunk (state=3): >>><<< 7983 1726773082.57473: stdout chunk (state=3): >>><<< 7983 1726773082.57486: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.57489: _low_level_execute_command(): starting 7983 1726773082.57494: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_stat.py && sleep 0' 7983 1726773082.57928: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.57953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.57965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.57975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.58022: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.58033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.58146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.72644: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/tmp/ansible.qcla6ic5.kernel_settings", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 745130, "dev": 51713, "nlink": 1, "atime": 1726773082.3492105, "mtime": 1726773082.3492105, "ctime": 1726773082.3492105, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "823542120", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/tmp/ansible.qcla6ic5.kernel_settings", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773082.73987: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773082.74040: stderr chunk (state=3): >>><<< 7983 1726773082.74043: stdout chunk (state=3): >>><<< 7983 1726773082.74057: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/tmp/ansible.qcla6ic5.kernel_settings", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 745130, "dev": 51713, "nlink": 1, "atime": 1726773082.3492105, "mtime": 1726773082.3492105, "ctime": 1726773082.3492105, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "823542120", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/tmp/ansible.qcla6ic5.kernel_settings", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773082.74100: done with _execute_module (ansible.legacy.stat, {'path': '/tmp/ansible.qcla6ic5.kernel_settings', '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-1726773082.4761698-8492-238951269905706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773082.74194: Sending initial data 7983 1726773082.74198: Sent initial data (155 bytes) 7983 1726773082.75018: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773082.75023: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.75035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.75070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.75086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.75093: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773082.75105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.75124: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773082.75131: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773082.75139: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773082.75148: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.75157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.75170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.75180: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773082.75183: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773082.75193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.75267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.75287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.75300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.75428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.77302: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773082.77396: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773082.77493: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/.kp_y3pxg /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings <<< 7983 1726773082.77583: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773082.78057: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.78308: stderr chunk (state=3): >>><<< 7983 1726773082.78312: stdout chunk (state=3): >>><<< 7983 1726773082.78314: _low_level_execute_command(): starting 7983 1726773082.78316: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/ /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings && sleep 0' 7983 1726773082.78899: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.78903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.78946: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.79019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.79039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.79182: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.81041: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.81084: stderr chunk (state=3): >>><<< 7983 1726773082.81087: stdout chunk (state=3): >>><<< 7983 1726773082.81105: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.81127: variable 'ansible_module_compression' from source: unknown 7983 1726773082.81162: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773082.81177: variable 'ansible_facts' from source: unknown 7983 1726773082.81227: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_copy.py 7983 1726773082.81350: Sending initial data 7983 1726773082.81354: Sent initial data (151 bytes) 7983 1726773082.82318: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.82321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.82324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.82361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773082.82367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.82440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773082.82448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.82555: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.84415: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773082.84510: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773082.84605: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpuhgzgqg4 /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_copy.py <<< 7983 1726773082.84696: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773082.85711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.85799: stderr chunk (state=3): >>><<< 7983 1726773082.85802: stdout chunk (state=3): >>><<< 7983 1726773082.85818: done transferring module to remote 7983 1726773082.85825: _low_level_execute_command(): starting 7983 1726773082.85829: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/ /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_copy.py && sleep 0' 7983 1726773082.86246: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.86259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.86279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773082.86296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.86342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.86354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.86459: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773082.88338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773082.88382: stderr chunk (state=3): >>><<< 7983 1726773082.88386: stdout chunk (state=3): >>><<< 7983 1726773082.88398: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773082.88401: _low_level_execute_command(): starting 7983 1726773082.88406: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/AnsiballZ_copy.py && sleep 0' 7983 1726773082.88826: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773082.88839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773082.88855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773082.88867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773082.88877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773082.88930: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773082.88941: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773082.89050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.03640: stdout chunk (state=3): >>> {"dest": "/tmp/ansible.qcla6ic5.kernel_settings", "src": "/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "invocation": {"module_args": {"dest": "/tmp/ansible.qcla6ic5.kernel_settings", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings", "_original_basename": ".kp_y3pxg", "follow": false, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "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}}} <<< 7983 1726773083.04910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773083.04914: stdout chunk (state=3): >>><<< 7983 1726773083.04917: stderr chunk (state=3): >>><<< 7983 1726773083.05068: _low_level_execute_command() done: rc=0, stdout= {"dest": "/tmp/ansible.qcla6ic5.kernel_settings", "src": "/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "invocation": {"module_args": {"dest": "/tmp/ansible.qcla6ic5.kernel_settings", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings", "_original_basename": ".kp_y3pxg", "follow": false, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773083.05072: done with _execute_module (ansible.legacy.copy, {'dest': '/tmp/ansible.qcla6ic5.kernel_settings', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings', '_original_basename': '.kp_y3pxg', 'follow': False, 'checksum': '169e46a0442e2493edda7ef1d37dfc572d06525c', '_ansible_check_mode': 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-1726773082.4761698-8492-238951269905706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773083.05074: _low_level_execute_command(): starting 7983 1726773083.05077: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/ > /dev/null 2>&1 && sleep 0' 7983 1726773083.05720: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773083.05741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773083.05755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773083.05773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.05818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773083.05832: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773083.05856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.05875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773083.05888: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773083.05900: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773083.05916: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773083.05929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773083.05952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.05970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773083.05983: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773083.05998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.06087: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.06113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773083.06130: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.06262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.08257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773083.08332: stderr chunk (state=3): >>><<< 7983 1726773083.08342: stdout chunk (state=3): >>><<< 7983 1726773083.08409: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773083.08412: handler run complete 7983 1726773083.08414: attempt loop complete, returning result 7983 1726773083.08416: _execute() done 7983 1726773083.08418: dumping result to json 7983 1726773083.08611: done dumping result, returning 7983 1726773083.08615: done running TaskExecutor() for managed_node1/TASK: Put expected contents into temporary file [1239c35c-e2e1-4fbf-0a43-000000000228] 7983 1726773083.08617: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000228 7983 1726773083.08699: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000228 7983 1726773083.08702: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "dest": "/tmp/ansible.qcla6ic5.kernel_settings", "gid": 0, "group": "root", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1726773082.4761698-8492-238951269905706/.source.kernel_settings", "state": "file", "uid": 0 } 7983 1726773083.08808: no more pending results, returning what we have 7983 1726773083.08812: results queue empty 7983 1726773083.08813: checking for any_errors_fatal 7983 1726773083.08822: done checking for any_errors_fatal 7983 1726773083.08823: checking for max_fail_percentage 7983 1726773083.08824: done checking for max_fail_percentage 7983 1726773083.08825: checking to see if all hosts have failed and the running result is not ok 7983 1726773083.08826: done checking to see if all hosts have failed 7983 1726773083.08826: getting the remaining hosts for this loop 7983 1726773083.08828: done getting the remaining hosts for this loop 7983 1726773083.08832: getting the next task for host managed_node1 7983 1726773083.08838: done getting next task for host managed_node1 7983 1726773083.08841: ^ task is: TASK: Ensure python command exists for tests below 7983 1726773083.08844: ^ 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=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? (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 7983 1726773083.08847: getting variables 7983 1726773083.08849: in VariableManager get_vars() 7983 1726773083.08883: Calling all_inventory to load vars for managed_node1 7983 1726773083.08886: Calling groups_inventory to load vars for managed_node1 7983 1726773083.08889: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773083.08898: Calling all_plugins_play to load vars for managed_node1 7983 1726773083.08901: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773083.08905: Calling groups_plugins_play to load vars for managed_node1 7983 1726773083.09048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773083.09191: done with get_vars() 7983 1726773083.09200: done getting variables 7983 1726773083.09244: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure python command exists for tests below] **************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14 Thursday 19 September 2024 15:11:23 -0400 (0:00:00.687) 0:00:12.182 **** 7983 1726773083.09266: entering _queue_task() for managed_node1/package 7983 1726773083.09451: worker is 1 (out of 1 available) 7983 1726773083.09463: exiting _queue_task() for managed_node1/package 7983 1726773083.09474: done queuing things up, now waiting for results queue to drain 7983 1726773083.09476: waiting for pending results... 7983 1726773083.09644: running TaskExecutor() for managed_node1/TASK: Ensure python command exists for tests below 7983 1726773083.09714: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000229 7983 1726773083.09725: variable 'ansible_search_path' from source: unknown 7983 1726773083.09729: variable 'ansible_search_path' from source: unknown 7983 1726773083.09758: calling self._execute() 7983 1726773083.09826: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773083.09830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773083.09841: variable 'omit' from source: magic vars 7983 1726773083.09917: variable 'omit' from source: magic vars 7983 1726773083.09951: variable 'omit' from source: magic vars 7983 1726773083.09971: variable '__kernel_settings_test_python_pkgs' from source: include_vars 7983 1726773083.10189: variable '__kernel_settings_test_python_pkgs' from source: include_vars 7983 1726773083.10342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773083.12359: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773083.12438: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773083.12477: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773083.12518: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773083.12550: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773083.12648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773083.12682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773083.12718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773083.12764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773083.12785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773083.12897: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773083.12900: variable 'omit' from source: magic vars 7983 1726773083.12930: variable 'omit' from source: magic vars 7983 1726773083.12956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773083.12982: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773083.13001: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773083.13023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773083.13033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773083.13055: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773083.13058: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773083.13060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773083.13129: Set connection var ansible_shell_type to sh 7983 1726773083.13136: Set connection var ansible_timeout to 10 7983 1726773083.13142: Set connection var ansible_connection to ssh 7983 1726773083.13150: Set connection var ansible_pipelining to False 7983 1726773083.13155: Set connection var ansible_shell_executable to /bin/sh 7983 1726773083.13160: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773083.13181: variable 'ansible_shell_executable' from source: unknown 7983 1726773083.13184: variable 'ansible_connection' from source: unknown 7983 1726773083.13188: variable 'ansible_module_compression' from source: unknown 7983 1726773083.13190: variable 'ansible_shell_type' from source: unknown 7983 1726773083.13193: variable 'ansible_shell_executable' from source: unknown 7983 1726773083.13195: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773083.13198: variable 'ansible_pipelining' from source: unknown 7983 1726773083.13200: variable 'ansible_timeout' from source: unknown 7983 1726773083.13202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773083.13269: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773083.13280: variable 'omit' from source: magic vars 7983 1726773083.13283: starting attempt loop 7983 1726773083.13285: running the handler 7983 1726773083.13291: variable 'ansible_facts' from source: unknown 7983 1726773083.13294: variable 'ansible_facts' from source: unknown 7983 1726773083.13336: _low_level_execute_command(): starting 7983 1726773083.13343: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773083.13822: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773083.13837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.13849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773083.13868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.13878: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.13919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.13931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.14041: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.15764: stdout chunk (state=3): >>>/root <<< 7983 1726773083.15933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773083.15946: stdout chunk (state=3): >>><<< 7983 1726773083.15958: stderr chunk (state=3): >>><<< 7983 1726773083.16015: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773083.16035: _low_level_execute_command(): starting 7983 1726773083.16051: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135 `" && echo ansible-tmp-1726773083.1602128-8527-133018696527135="` echo /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135 `" ) && sleep 0' 7983 1726773083.16611: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773083.16615: 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 <<< 7983 1726773083.16653: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773083.16656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773083.16658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773083.16661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.16706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.16719: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.16830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.18802: stdout chunk (state=3): >>>ansible-tmp-1726773083.1602128-8527-133018696527135=/root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135 <<< 7983 1726773083.18925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773083.18963: stderr chunk (state=3): >>><<< 7983 1726773083.18966: stdout chunk (state=3): >>><<< 7983 1726773083.18982: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773083.1602128-8527-133018696527135=/root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773083.19015: variable 'ansible_module_compression' from source: unknown 7983 1726773083.19059: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7983 1726773083.19088: variable 'ansible_facts' from source: unknown 7983 1726773083.19160: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/AnsiballZ_dnf.py 7983 1726773083.19256: Sending initial data 7983 1726773083.19266: Sent initial data (150 bytes) 7983 1726773083.19897: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773083.19912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.19928: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773083.19940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773083.19950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.19997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.20012: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.20122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.21993: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773083.22082: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773083.22185: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp1iscyhz8 /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/AnsiballZ_dnf.py <<< 7983 1726773083.22275: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773083.23525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773083.23613: stderr chunk (state=3): >>><<< 7983 1726773083.23618: stdout chunk (state=3): >>><<< 7983 1726773083.23635: done transferring module to remote 7983 1726773083.23643: _low_level_execute_command(): starting 7983 1726773083.23647: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/ /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/AnsiballZ_dnf.py && sleep 0' 7983 1726773083.24056: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773083.24078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.24091: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773083.24102: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.24147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.24159: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.24262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773083.26127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773083.26169: stderr chunk (state=3): >>><<< 7983 1726773083.26173: stdout chunk (state=3): >>><<< 7983 1726773083.26188: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773083.26191: _low_level_execute_command(): starting 7983 1726773083.26195: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/AnsiballZ_dnf.py && sleep 0' 7983 1726773083.26616: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773083.26629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773083.26658: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773083.26670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773083.26713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773083.26725: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773083.26834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.35677: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["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}}} <<< 7983 1726773084.42234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773084.42284: stderr chunk (state=3): >>><<< 7983 1726773084.42288: stdout chunk (state=3): >>><<< 7983 1726773084.42306: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773084.42346: done with _execute_module (ansible.legacy.dnf, {'name': ['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-1726773083.1602128-8527-133018696527135/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773084.42352: _low_level_execute_command(): starting 7983 1726773084.42357: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773083.1602128-8527-133018696527135/ > /dev/null 2>&1 && sleep 0' 7983 1726773084.43123: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master <<< 7983 1726773084.43235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773084.43240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.43339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.45220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.45290: stderr chunk (state=3): >>><<< 7983 1726773084.45293: stdout chunk (state=3): >>><<< 7983 1726773084.45686: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.45689: handler run complete 7983 1726773084.45692: attempt loop complete, returning result 7983 1726773084.45694: _execute() done 7983 1726773084.45696: dumping result to json 7983 1726773084.45698: done dumping result, returning 7983 1726773084.45700: done running TaskExecutor() for managed_node1/TASK: Ensure python command exists for tests below [1239c35c-e2e1-4fbf-0a43-000000000229] 7983 1726773084.45702: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000229 7983 1726773084.45782: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000229 7983 1726773084.45785: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7983 1726773084.45862: no more pending results, returning what we have 7983 1726773084.45865: results queue empty 7983 1726773084.45866: checking for any_errors_fatal 7983 1726773084.45874: done checking for any_errors_fatal 7983 1726773084.45875: checking for max_fail_percentage 7983 1726773084.45880: done checking for max_fail_percentage 7983 1726773084.45881: checking to see if all hosts have failed and the running result is not ok 7983 1726773084.45882: done checking to see if all hosts have failed 7983 1726773084.45883: getting the remaining hosts for this loop 7983 1726773084.45884: done getting the remaining hosts for this loop 7983 1726773084.45888: getting the next task for host managed_node1 7983 1726773084.45893: done getting next task for host managed_node1 7983 1726773084.45895: ^ task is: TASK: Diff expected vs actual content 7983 1726773084.45899: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773084.45902: getting variables 7983 1726773084.45906: in VariableManager get_vars() 7983 1726773084.45939: Calling all_inventory to load vars for managed_node1 7983 1726773084.45943: Calling groups_inventory to load vars for managed_node1 7983 1726773084.45945: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773084.45955: Calling all_plugins_play to load vars for managed_node1 7983 1726773084.45958: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773084.45962: Calling groups_plugins_play to load vars for managed_node1 7983 1726773084.46138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773084.46347: done with get_vars() 7983 1726773084.46360: done getting variables 7983 1726773084.46421: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Diff expected vs actual content] ***************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:20 Thursday 19 September 2024 15:11:24 -0400 (0:00:01.371) 0:00:13.554 **** 7983 1726773084.46449: entering _queue_task() for managed_node1/shell 7983 1726773084.46687: worker is 1 (out of 1 available) 7983 1726773084.46699: exiting _queue_task() for managed_node1/shell 7983 1726773084.46712: done queuing things up, now waiting for results queue to drain 7983 1726773084.46714: waiting for pending results... 7983 1726773084.46971: running TaskExecutor() for managed_node1/TASK: Diff expected vs actual content 7983 1726773084.47074: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022a 7983 1726773084.47087: variable 'ansible_search_path' from source: unknown 7983 1726773084.47090: variable 'ansible_search_path' from source: unknown 7983 1726773084.47124: calling self._execute() 7983 1726773084.47192: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.47197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.47206: variable 'omit' from source: magic vars 7983 1726773084.47283: variable 'omit' from source: magic vars 7983 1726773084.47317: variable 'omit' from source: magic vars 7983 1726773084.47585: variable '__kernel_settings_test_python_cmd' from source: include_vars 7983 1726773084.47593: variable '__kernel_settings_register_profile_conf_tempfile' from source: set_fact 7983 1726773084.47607: variable '__kernel_settings_profile_filename' from source: role '' exported vars 7983 1726773084.47660: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773084.47723: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773084.47727: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 7983 1726773084.47812: variable 'omit' from source: magic vars 7983 1726773084.47848: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773084.47873: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773084.47889: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773084.47902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773084.47914: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773084.47944: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773084.47947: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.47949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.48016: Set connection var ansible_shell_type to sh 7983 1726773084.48024: Set connection var ansible_timeout to 10 7983 1726773084.48034: Set connection var ansible_connection to ssh 7983 1726773084.48042: Set connection var ansible_pipelining to False 7983 1726773084.48047: Set connection var ansible_shell_executable to /bin/sh 7983 1726773084.48052: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773084.48067: variable 'ansible_shell_executable' from source: unknown 7983 1726773084.48070: variable 'ansible_connection' from source: unknown 7983 1726773084.48073: variable 'ansible_module_compression' from source: unknown 7983 1726773084.48075: variable 'ansible_shell_type' from source: unknown 7983 1726773084.48077: variable 'ansible_shell_executable' from source: unknown 7983 1726773084.48082: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.48085: variable 'ansible_pipelining' from source: unknown 7983 1726773084.48088: variable 'ansible_timeout' from source: unknown 7983 1726773084.48092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.48195: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773084.48205: variable 'omit' from source: magic vars 7983 1726773084.48211: starting attempt loop 7983 1726773084.48213: running the handler 7983 1726773084.48222: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773084.48236: _low_level_execute_command(): starting 7983 1726773084.48244: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773084.48810: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773084.48828: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.48845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.48865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.48912: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.48926: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773084.48940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.48962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773084.48979: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773084.48993: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773084.49009: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.49024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.49042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.49056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.49070: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773084.49088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.49168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.49194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773084.49212: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.49343: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.51028: stdout chunk (state=3): >>>/root <<< 7983 1726773084.51134: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.51184: stderr chunk (state=3): >>><<< 7983 1726773084.51187: stdout chunk (state=3): >>><<< 7983 1726773084.51208: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.51222: _low_level_execute_command(): starting 7983 1726773084.51230: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960 `" && echo ansible-tmp-1726773084.5120776-8573-226611551006960="` echo /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960 `" ) && sleep 0' 7983 1726773084.51829: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773084.51843: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.51857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.51879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.51927: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.51939: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773084.51955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.51972: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773084.51990: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773084.52007: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773084.52030: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.52044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.52060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.52072: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.52087: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773084.52105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.52186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.52212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773084.52232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.52363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.54339: stdout chunk (state=3): >>>ansible-tmp-1726773084.5120776-8573-226611551006960=/root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960 <<< 7983 1726773084.54452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.54532: stderr chunk (state=3): >>><<< 7983 1726773084.54543: stdout chunk (state=3): >>><<< 7983 1726773084.54859: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773084.5120776-8573-226611551006960=/root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.54862: variable 'ansible_module_compression' from source: unknown 7983 1726773084.54865: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7983 1726773084.54867: variable 'ansible_facts' from source: unknown 7983 1726773084.54869: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/AnsiballZ_command.py 7983 1726773084.54932: Sending initial data 7983 1726773084.54935: Sent initial data (154 bytes) 7983 1726773084.55949: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773084.55967: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.55985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.56006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.56049: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.56067: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773084.56086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.56107: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773084.56120: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773084.56131: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773084.56144: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.56158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.56181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.56195: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.56209: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773084.56225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.56310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.56332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773084.56349: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.56483: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.58342: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773084.58437: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773084.58534: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp70o7bhdp /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/AnsiballZ_command.py <<< 7983 1726773084.58626: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773084.59741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.59823: stderr chunk (state=3): >>><<< 7983 1726773084.59827: stdout chunk (state=3): >>><<< 7983 1726773084.59842: done transferring module to remote 7983 1726773084.59851: _low_level_execute_command(): starting 7983 1726773084.59855: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/ /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/AnsiballZ_command.py && sleep 0' 7983 1726773084.60287: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.60291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.60330: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.60333: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773084.60335: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773084.60337: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.60396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.60402: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773084.60405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.60494: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.62357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.62402: stderr chunk (state=3): >>><<< 7983 1726773084.62409: stdout chunk (state=3): >>><<< 7983 1726773084.62466: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.62469: _low_level_execute_command(): starting 7983 1726773084.62471: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/AnsiballZ_command.py && sleep 0' 7983 1726773084.62830: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.62833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.62864: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.62868: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.62871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.62932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.62936: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.63043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.79230: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\n", "start": "2024-09-19 15:11:24.765152", "end": "2024-09-19 15:11:24.790705", "delta": "0:00:00.025553", "msg": "", "invocation": {"module_args": {"_raw_params": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\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}}} <<< 7983 1726773084.80627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773084.80631: stdout chunk (state=3): >>><<< 7983 1726773084.80633: stderr chunk (state=3): >>><<< 7983 1726773084.80782: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\n", "start": "2024-09-19 15:11:24.765152", "end": "2024-09-19 15:11:24.790705", "delta": "0:00:00.025553", "msg": "", "invocation": {"module_args": {"_raw_params": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773084.80789: done with _execute_module (ansible.legacy.command, {'_raw_params': "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\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-1726773084.5120776-8573-226611551006960/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773084.80792: _low_level_execute_command(): starting 7983 1726773084.80794: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773084.5120776-8573-226611551006960/ > /dev/null 2>&1 && sleep 0' 7983 1726773084.81372: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.81379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.81414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.81421: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.81425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.81481: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.81487: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.81588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.83447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.83534: stderr chunk (state=3): >>><<< 7983 1726773084.83545: stdout chunk (state=3): >>><<< 7983 1726773084.83614: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.83617: handler run complete 7983 1726773084.83624: Evaluated conditional (False): False 7983 1726773084.83814: attempt loop complete, returning result 7983 1726773084.83817: _execute() done 7983 1726773084.83819: dumping result to json 7983 1726773084.83825: done dumping result, returning 7983 1726773084.83828: done running TaskExecutor() for managed_node1/TASK: Diff expected vs actual content [1239c35c-e2e1-4fbf-0a43-00000000022a] 7983 1726773084.83833: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022a 7983 1726773084.83917: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022a 7983 1726773084.83920: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.qcla6ic5.kernel_settings /etc/tuned/kernel_settings/tuned.conf\n", "delta": "0:00:00.025553", "end": "2024-09-19 15:11:24.790705", "rc": 0, "start": "2024-09-19 15:11:24.765152" } 7983 1726773084.83992: no more pending results, returning what we have 7983 1726773084.83995: results queue empty 7983 1726773084.83995: checking for any_errors_fatal 7983 1726773084.84001: done checking for any_errors_fatal 7983 1726773084.84001: checking for max_fail_percentage 7983 1726773084.84004: done checking for max_fail_percentage 7983 1726773084.84005: checking to see if all hosts have failed and the running result is not ok 7983 1726773084.84006: done checking to see if all hosts have failed 7983 1726773084.84007: getting the remaining hosts for this loop 7983 1726773084.84008: done getting the remaining hosts for this loop 7983 1726773084.84011: getting the next task for host managed_node1 7983 1726773084.84016: done getting next task for host managed_node1 7983 1726773084.84018: ^ task is: TASK: Verify expected content 7983 1726773084.84021: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773084.84025: getting variables 7983 1726773084.84026: in VariableManager get_vars() 7983 1726773084.84063: Calling all_inventory to load vars for managed_node1 7983 1726773084.84065: Calling groups_inventory to load vars for managed_node1 7983 1726773084.84068: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773084.84080: Calling all_plugins_play to load vars for managed_node1 7983 1726773084.84086: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773084.84089: Calling groups_plugins_play to load vars for managed_node1 7983 1726773084.84286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773084.84566: done with get_vars() 7983 1726773084.84577: done getting variables 7983 1726773084.84648: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify expected content] ************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:33 Thursday 19 September 2024 15:11:24 -0400 (0:00:00.382) 0:00:13.936 **** 7983 1726773084.84680: entering _queue_task() for managed_node1/set_fact 7983 1726773084.84932: worker is 1 (out of 1 available) 7983 1726773084.84949: exiting _queue_task() for managed_node1/set_fact 7983 1726773084.84958: done queuing things up, now waiting for results queue to drain 7983 1726773084.84960: waiting for pending results... 7983 1726773084.85226: running TaskExecutor() for managed_node1/TASK: Verify expected content 7983 1726773084.85353: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022b 7983 1726773084.85363: variable 'ansible_search_path' from source: unknown 7983 1726773084.85371: variable 'ansible_search_path' from source: unknown 7983 1726773084.85407: calling self._execute() 7983 1726773084.85477: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.85489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.85497: variable 'omit' from source: magic vars 7983 1726773084.85833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773084.86016: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773084.86051: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773084.86075: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773084.86102: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773084.86183: variable '__kernel_settings_register_profile_conf_result' from source: set_fact 7983 1726773084.86201: Evaluated conditional (__kernel_settings_register_profile_conf_result is failed): False 7983 1726773084.86207: when evaluation is False, skipping this task 7983 1726773084.86210: _execute() done 7983 1726773084.86212: dumping result to json 7983 1726773084.86215: done dumping result, returning 7983 1726773084.86219: done running TaskExecutor() for managed_node1/TASK: Verify expected content [1239c35c-e2e1-4fbf-0a43-00000000022b] 7983 1726773084.86225: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022b 7983 1726773084.86305: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022b 7983 1726773084.86308: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_result is failed", "skip_reason": "Conditional result was False" } 7983 1726773084.86351: no more pending results, returning what we have 7983 1726773084.86355: results queue empty 7983 1726773084.86356: checking for any_errors_fatal 7983 1726773084.86362: done checking for any_errors_fatal 7983 1726773084.86363: checking for max_fail_percentage 7983 1726773084.86364: done checking for max_fail_percentage 7983 1726773084.86365: checking to see if all hosts have failed and the running result is not ok 7983 1726773084.86366: done checking to see if all hosts have failed 7983 1726773084.86366: getting the remaining hosts for this loop 7983 1726773084.86368: done getting the remaining hosts for this loop 7983 1726773084.86371: getting the next task for host managed_node1 7983 1726773084.86376: done getting next task for host managed_node1 7983 1726773084.86378: ^ task is: TASK: Show diff - may not reflect actual ConfigObj differences 7983 1726773084.86382: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773084.86385: getting variables 7983 1726773084.86386: in VariableManager get_vars() 7983 1726773084.86416: Calling all_inventory to load vars for managed_node1 7983 1726773084.86418: Calling groups_inventory to load vars for managed_node1 7983 1726773084.86420: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773084.86429: Calling all_plugins_play to load vars for managed_node1 7983 1726773084.86431: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773084.86433: Calling groups_plugins_play to load vars for managed_node1 7983 1726773084.86539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773084.86659: done with get_vars() 7983 1726773084.86667: done getting variables 7983 1726773084.86707: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show diff - may not reflect actual ConfigObj differences] **************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:38 Thursday 19 September 2024 15:11:24 -0400 (0:00:00.020) 0:00:13.957 **** 7983 1726773084.86727: entering _queue_task() for managed_node1/command 7983 1726773084.86883: worker is 1 (out of 1 available) 7983 1726773084.86895: exiting _queue_task() for managed_node1/command 7983 1726773084.86907: done queuing things up, now waiting for results queue to drain 7983 1726773084.86909: waiting for pending results... 7983 1726773084.87099: running TaskExecutor() for managed_node1/TASK: Show diff - may not reflect actual ConfigObj differences 7983 1726773084.87209: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022c 7983 1726773084.87230: variable 'ansible_search_path' from source: unknown 7983 1726773084.87239: variable 'ansible_search_path' from source: unknown 7983 1726773084.87278: calling self._execute() 7983 1726773084.87376: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.87388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.87406: variable 'omit' from source: magic vars 7983 1726773084.87855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773084.88185: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773084.88243: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773084.88282: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773084.88309: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773084.88387: variable '__kernel_settings_register_profile_conf_result' from source: set_fact 7983 1726773084.88410: Evaluated conditional (__kernel_settings_register_profile_conf_result is failed): False 7983 1726773084.88415: when evaluation is False, skipping this task 7983 1726773084.88418: _execute() done 7983 1726773084.88420: dumping result to json 7983 1726773084.88424: done dumping result, returning 7983 1726773084.88430: done running TaskExecutor() for managed_node1/TASK: Show diff - may not reflect actual ConfigObj differences [1239c35c-e2e1-4fbf-0a43-00000000022c] 7983 1726773084.88435: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022c 7983 1726773084.88514: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022c 7983 1726773084.88518: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_result is failed", "skip_reason": "Conditional result was False" } 7983 1726773084.88560: no more pending results, returning what we have 7983 1726773084.88564: results queue empty 7983 1726773084.88564: checking for any_errors_fatal 7983 1726773084.88569: done checking for any_errors_fatal 7983 1726773084.88569: checking for max_fail_percentage 7983 1726773084.88571: done checking for max_fail_percentage 7983 1726773084.88572: checking to see if all hosts have failed and the running result is not ok 7983 1726773084.88572: done checking to see if all hosts have failed 7983 1726773084.88573: getting the remaining hosts for this loop 7983 1726773084.88574: done getting the remaining hosts for this loop 7983 1726773084.88578: getting the next task for host managed_node1 7983 1726773084.88582: done getting next task for host managed_node1 7983 1726773084.88585: ^ task is: TASK: Get active_profile file 7983 1726773084.88589: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773084.88592: getting variables 7983 1726773084.88593: in VariableManager get_vars() 7983 1726773084.88621: Calling all_inventory to load vars for managed_node1 7983 1726773084.88624: Calling groups_inventory to load vars for managed_node1 7983 1726773084.88626: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773084.88634: Calling all_plugins_play to load vars for managed_node1 7983 1726773084.88637: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773084.88639: Calling groups_plugins_play to load vars for managed_node1 7983 1726773084.88743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773084.88891: done with get_vars() 7983 1726773084.88898: done getting variables TASK [Get active_profile file] ************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:46 Thursday 19 September 2024 15:11:24 -0400 (0:00:00.022) 0:00:13.979 **** 7983 1726773084.88959: entering _queue_task() for managed_node1/slurp 7983 1726773084.89113: worker is 1 (out of 1 available) 7983 1726773084.89127: exiting _queue_task() for managed_node1/slurp 7983 1726773084.89138: done queuing things up, now waiting for results queue to drain 7983 1726773084.89139: waiting for pending results... 7983 1726773084.89299: running TaskExecutor() for managed_node1/TASK: Get active_profile file 7983 1726773084.89364: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022d 7983 1726773084.89372: variable 'ansible_search_path' from source: unknown 7983 1726773084.89378: variable 'ansible_search_path' from source: unknown 7983 1726773084.89407: calling self._execute() 7983 1726773084.89469: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.89475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.89483: variable 'omit' from source: magic vars 7983 1726773084.89559: variable 'omit' from source: magic vars 7983 1726773084.89593: variable 'omit' from source: magic vars 7983 1726773084.89617: variable 'omit' from source: magic vars 7983 1726773084.89651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773084.89678: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773084.89692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773084.89708: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773084.89721: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773084.89745: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773084.89749: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.89751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.89815: Set connection var ansible_shell_type to sh 7983 1726773084.89821: Set connection var ansible_timeout to 10 7983 1726773084.89829: Set connection var ansible_connection to ssh 7983 1726773084.89836: Set connection var ansible_pipelining to False 7983 1726773084.89841: Set connection var ansible_shell_executable to /bin/sh 7983 1726773084.89845: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773084.89863: variable 'ansible_shell_executable' from source: unknown 7983 1726773084.89866: variable 'ansible_connection' from source: unknown 7983 1726773084.89868: variable 'ansible_module_compression' from source: unknown 7983 1726773084.89871: variable 'ansible_shell_type' from source: unknown 7983 1726773084.89873: variable 'ansible_shell_executable' from source: unknown 7983 1726773084.89878: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773084.89880: variable 'ansible_pipelining' from source: unknown 7983 1726773084.89883: variable 'ansible_timeout' from source: unknown 7983 1726773084.89885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773084.90031: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773084.90039: variable 'omit' from source: magic vars 7983 1726773084.90043: starting attempt loop 7983 1726773084.90046: running the handler 7983 1726773084.90059: _low_level_execute_command(): starting 7983 1726773084.90070: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773084.90551: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.90560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.90591: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.90610: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.90659: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.90672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.90781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.92466: stdout chunk (state=3): >>>/root <<< 7983 1726773084.92569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.92614: stderr chunk (state=3): >>><<< 7983 1726773084.92617: stdout chunk (state=3): >>><<< 7983 1726773084.92641: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.92649: _low_level_execute_command(): starting 7983 1726773084.92654: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342 `" && echo ansible-tmp-1726773084.926366-8592-98662116772342="` echo /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342 `" ) && sleep 0' 7983 1726773084.93083: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773084.93095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.93110: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.93121: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.93178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.93198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.93293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.95240: stdout chunk (state=3): >>>ansible-tmp-1726773084.926366-8592-98662116772342=/root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342 <<< 7983 1726773084.95347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.95390: stderr chunk (state=3): >>><<< 7983 1726773084.95395: stdout chunk (state=3): >>><<< 7983 1726773084.95409: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773084.926366-8592-98662116772342=/root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773084.95446: variable 'ansible_module_compression' from source: unknown 7983 1726773084.95476: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773084.95504: variable 'ansible_facts' from source: unknown 7983 1726773084.95564: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/AnsiballZ_slurp.py 7983 1726773084.95660: Sending initial data 7983 1726773084.95669: Sent initial data (150 bytes) 7983 1726773084.96304: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773084.96322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773084.96334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.96348: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773084.96359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773084.96401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773084.96417: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773084.96522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773084.98362: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773084.98455: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773084.98549: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmptb3yslba /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/AnsiballZ_slurp.py <<< 7983 1726773084.98648: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773084.99637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773084.99724: stderr chunk (state=3): >>><<< 7983 1726773084.99727: stdout chunk (state=3): >>><<< 7983 1726773084.99742: done transferring module to remote 7983 1726773084.99750: _low_level_execute_command(): starting 7983 1726773084.99754: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/ /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.00162: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.00175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.00197: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773085.00212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.00254: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.00273: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.00368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.02213: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.02254: stderr chunk (state=3): >>><<< 7983 1726773085.02257: stdout chunk (state=3): >>><<< 7983 1726773085.02269: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.02288: _low_level_execute_command(): starting 7983 1726773085.02291: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.02716: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.02728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.02748: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.02759: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.02811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.02824: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.02933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.16234: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/active_profile"}}} <<< 7983 1726773085.17405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773085.17410: stdout chunk (state=3): >>><<< 7983 1726773085.17413: stderr chunk (state=3): >>><<< 7983 1726773085.17510: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773085.17514: done with _execute_module (slurp, {'src': '/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-1726773084.926366-8592-98662116772342/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773085.17517: _low_level_execute_command(): starting 7983 1726773085.17520: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773084.926366-8592-98662116772342/ > /dev/null 2>&1 && sleep 0' 7983 1726773085.18249: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.18266: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.18283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.18310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.18361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.18374: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773085.18390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.18418: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773085.18431: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773085.18442: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773085.18455: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.18474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.18492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.18508: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.18525: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773085.18541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.18626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.18653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.18670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.18806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.20681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.20734: stderr chunk (state=3): >>><<< 7983 1726773085.20738: stdout chunk (state=3): >>><<< 7983 1726773085.20754: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.20762: handler run complete 7983 1726773085.20773: attempt loop complete, returning result 7983 1726773085.20779: _execute() done 7983 1726773085.20781: dumping result to json 7983 1726773085.20784: done dumping result, returning 7983 1726773085.20791: done running TaskExecutor() for managed_node1/TASK: Get active_profile file [1239c35c-e2e1-4fbf-0a43-00000000022d] 7983 1726773085.20799: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022d 7983 1726773085.20893: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022d 7983 1726773085.20896: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 7983 1726773085.20955: no more pending results, returning what we have 7983 1726773085.20958: results queue empty 7983 1726773085.20959: checking for any_errors_fatal 7983 1726773085.20964: done checking for any_errors_fatal 7983 1726773085.20965: checking for max_fail_percentage 7983 1726773085.20967: done checking for max_fail_percentage 7983 1726773085.20968: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.20968: done checking to see if all hosts have failed 7983 1726773085.20969: getting the remaining hosts for this loop 7983 1726773085.20970: done getting the remaining hosts for this loop 7983 1726773085.20974: getting the next task for host managed_node1 7983 1726773085.20982: done getting next task for host managed_node1 7983 1726773085.20985: ^ task is: TASK: Check that active_profile ends with kernel_settings 7983 1726773085.20989: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.20992: getting variables 7983 1726773085.20993: in VariableManager get_vars() 7983 1726773085.21030: Calling all_inventory to load vars for managed_node1 7983 1726773085.21033: Calling groups_inventory to load vars for managed_node1 7983 1726773085.21035: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.21044: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.21047: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.21049: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.21186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.21363: done with get_vars() 7983 1726773085.21378: done getting variables 7983 1726773085.21442: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check that active_profile ends with kernel_settings] ********************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:53 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.325) 0:00:14.304 **** 7983 1726773085.21471: entering _queue_task() for managed_node1/set_fact 7983 1726773085.21724: worker is 1 (out of 1 available) 7983 1726773085.21735: exiting _queue_task() for managed_node1/set_fact 7983 1726773085.21746: done queuing things up, now waiting for results queue to drain 7983 1726773085.21748: waiting for pending results... 7983 1726773085.22017: running TaskExecutor() for managed_node1/TASK: Check that active_profile ends with kernel_settings 7983 1726773085.22136: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022e 7983 1726773085.22155: variable 'ansible_search_path' from source: unknown 7983 1726773085.22164: variable 'ansible_search_path' from source: unknown 7983 1726773085.22215: calling self._execute() 7983 1726773085.22312: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.22324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.22339: variable 'omit' from source: magic vars 7983 1726773085.22791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.24407: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.24454: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.24508: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.24534: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.24558: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.24631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773085.25057: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773085.25095: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773085.25127: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773085.25155: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773085.25289: variable '__kernel_settings_register_profile_conf_active_profile' from source: set_fact 7983 1726773085.25340: Evaluated conditional (__kernel_settings_register_profile_conf_active_profile.content | b64decode is not search('(^| )kernel_settings$')): False 7983 1726773085.25343: when evaluation is False, skipping this task 7983 1726773085.25348: _execute() done 7983 1726773085.25350: dumping result to json 7983 1726773085.25352: done dumping result, returning 7983 1726773085.25361: done running TaskExecutor() for managed_node1/TASK: Check that active_profile ends with kernel_settings [1239c35c-e2e1-4fbf-0a43-00000000022e] 7983 1726773085.25364: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022e 7983 1726773085.25454: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022e 7983 1726773085.25457: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_active_profile.content | b64decode is not search('(^| )kernel_settings$')", "skip_reason": "Conditional result was False" } 7983 1726773085.25511: no more pending results, returning what we have 7983 1726773085.25515: results queue empty 7983 1726773085.25516: checking for any_errors_fatal 7983 1726773085.25522: done checking for any_errors_fatal 7983 1726773085.25522: checking for max_fail_percentage 7983 1726773085.25524: done checking for max_fail_percentage 7983 1726773085.25525: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.25526: done checking to see if all hosts have failed 7983 1726773085.25527: getting the remaining hosts for this loop 7983 1726773085.25528: done getting the remaining hosts for this loop 7983 1726773085.25532: getting the next task for host managed_node1 7983 1726773085.25538: done getting next task for host managed_node1 7983 1726773085.25541: ^ task is: TASK: Get profile_mode file 7983 1726773085.25545: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.25548: getting variables 7983 1726773085.25550: in VariableManager get_vars() 7983 1726773085.25588: Calling all_inventory to load vars for managed_node1 7983 1726773085.25591: Calling groups_inventory to load vars for managed_node1 7983 1726773085.25593: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.25605: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.25608: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.25611: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.25821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.26038: done with get_vars() 7983 1726773085.26050: done getting variables TASK [Get profile_mode file] *************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:60 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.046) 0:00:14.351 **** 7983 1726773085.26149: entering _queue_task() for managed_node1/slurp 7983 1726773085.26487: worker is 1 (out of 1 available) 7983 1726773085.26499: exiting _queue_task() for managed_node1/slurp 7983 1726773085.26513: done queuing things up, now waiting for results queue to drain 7983 1726773085.26514: waiting for pending results... 7983 1726773085.26799: running TaskExecutor() for managed_node1/TASK: Get profile_mode file 7983 1726773085.26872: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000022f 7983 1726773085.26882: variable 'ansible_search_path' from source: unknown 7983 1726773085.26886: variable 'ansible_search_path' from source: unknown 7983 1726773085.26918: calling self._execute() 7983 1726773085.26989: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.26993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.27002: variable 'omit' from source: magic vars 7983 1726773085.27081: variable 'omit' from source: magic vars 7983 1726773085.27113: variable 'omit' from source: magic vars 7983 1726773085.27139: variable 'omit' from source: magic vars 7983 1726773085.27172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773085.27203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773085.27221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773085.27234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.27250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.27273: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773085.27278: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.27287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.27356: Set connection var ansible_shell_type to sh 7983 1726773085.27365: Set connection var ansible_timeout to 10 7983 1726773085.27371: Set connection var ansible_connection to ssh 7983 1726773085.27380: Set connection var ansible_pipelining to False 7983 1726773085.27383: Set connection var ansible_shell_executable to /bin/sh 7983 1726773085.27388: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773085.27411: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.27414: variable 'ansible_connection' from source: unknown 7983 1726773085.27416: variable 'ansible_module_compression' from source: unknown 7983 1726773085.27418: variable 'ansible_shell_type' from source: unknown 7983 1726773085.27421: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.27423: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.27427: variable 'ansible_pipelining' from source: unknown 7983 1726773085.27429: variable 'ansible_timeout' from source: unknown 7983 1726773085.27433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.27590: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773085.27599: variable 'omit' from source: magic vars 7983 1726773085.27605: starting attempt loop 7983 1726773085.27609: running the handler 7983 1726773085.27620: _low_level_execute_command(): starting 7983 1726773085.27628: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773085.28136: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.28155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.28171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773085.28185: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.28238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.28251: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.28365: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.30049: stdout chunk (state=3): >>>/root <<< 7983 1726773085.30153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.30202: stderr chunk (state=3): >>><<< 7983 1726773085.30208: stdout chunk (state=3): >>><<< 7983 1726773085.30227: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.30240: _low_level_execute_command(): starting 7983 1726773085.30246: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093 `" && echo ansible-tmp-1726773085.3022761-8612-230602495770093="` echo /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093 `" ) && sleep 0' 7983 1726773085.30699: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.30720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.30737: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773085.30749: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.30806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.30819: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.30926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.32872: stdout chunk (state=3): >>>ansible-tmp-1726773085.3022761-8612-230602495770093=/root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093 <<< 7983 1726773085.32986: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.33034: stderr chunk (state=3): >>><<< 7983 1726773085.33037: stdout chunk (state=3): >>><<< 7983 1726773085.33052: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773085.3022761-8612-230602495770093=/root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.33096: variable 'ansible_module_compression' from source: unknown 7983 1726773085.33133: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773085.33161: variable 'ansible_facts' from source: unknown 7983 1726773085.33225: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/AnsiballZ_slurp.py 7983 1726773085.33330: Sending initial data 7983 1726773085.33339: Sent initial data (152 bytes) 7983 1726773085.33998: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.34002: 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 <<< 7983 1726773085.34040: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.34044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.34047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.34093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.34107: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.34218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.36018: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773085.36115: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773085.36214: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmply76h9ta /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/AnsiballZ_slurp.py <<< 7983 1726773085.36307: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773085.37336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.37438: stderr chunk (state=3): >>><<< 7983 1726773085.37443: stdout chunk (state=3): >>><<< 7983 1726773085.37461: done transferring module to remote 7983 1726773085.37470: _low_level_execute_command(): starting 7983 1726773085.37475: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/ /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.37940: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.37954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.37975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773085.37988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773085.37999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.38045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.38057: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.38158: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.40014: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.40061: stderr chunk (state=3): >>><<< 7983 1726773085.40065: stdout chunk (state=3): >>><<< 7983 1726773085.40082: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.40089: _low_level_execute_command(): starting 7983 1726773085.40092: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.40529: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.40545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.40561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773085.40572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773085.40585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.40628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.40640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.40750: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.54133: stdout chunk (state=3): >>> {"content": "bWFudWFsCg==", "source": "/etc/tuned/profile_mode", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/profile_mode"}}} <<< 7983 1726773085.55163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773085.55262: stderr chunk (state=3): >>><<< 7983 1726773085.55266: stdout chunk (state=3): >>><<< 7983 1726773085.55316: _low_level_execute_command() done: rc=0, stdout= {"content": "bWFudWFsCg==", "source": "/etc/tuned/profile_mode", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/profile_mode"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773085.55367: done with _execute_module (slurp, {'src': '/etc/tuned/profile_mode', '_ansible_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-1726773085.3022761-8612-230602495770093/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773085.55374: _low_level_execute_command(): starting 7983 1726773085.55381: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773085.3022761-8612-230602495770093/ > /dev/null 2>&1 && sleep 0' 7983 1726773085.55831: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.55835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.55865: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.55868: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.55871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.55932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.55935: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.55938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.56038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.57985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.57996: stdout chunk (state=3): >>><<< 7983 1726773085.58011: stderr chunk (state=3): >>><<< 7983 1726773085.58032: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.58044: handler run complete 7983 1726773085.58067: attempt loop complete, returning result 7983 1726773085.58085: _execute() done 7983 1726773085.58095: dumping result to json 7983 1726773085.58106: done dumping result, returning 7983 1726773085.58120: done running TaskExecutor() for managed_node1/TASK: Get profile_mode file [1239c35c-e2e1-4fbf-0a43-00000000022f] 7983 1726773085.58128: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022f ok: [managed_node1] => { "changed": false, "content": "bWFudWFsCg==", "encoding": "base64", "source": "/etc/tuned/profile_mode" } 7983 1726773085.58307: no more pending results, returning what we have 7983 1726773085.58311: results queue empty 7983 1726773085.58312: checking for any_errors_fatal 7983 1726773085.58319: done checking for any_errors_fatal 7983 1726773085.58320: checking for max_fail_percentage 7983 1726773085.58322: done checking for max_fail_percentage 7983 1726773085.58323: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.58324: done checking to see if all hosts have failed 7983 1726773085.58325: getting the remaining hosts for this loop 7983 1726773085.58327: done getting the remaining hosts for this loop 7983 1726773085.58331: getting the next task for host managed_node1 7983 1726773085.58337: done getting next task for host managed_node1 7983 1726773085.58340: ^ task is: TASK: Check that profile_mode is manual 7983 1726773085.58345: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.58348: getting variables 7983 1726773085.58349: in VariableManager get_vars() 7983 1726773085.58387: Calling all_inventory to load vars for managed_node1 7983 1726773085.58390: Calling groups_inventory to load vars for managed_node1 7983 1726773085.58393: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.58407: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.58410: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.58413: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.58639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.58842: done with get_vars() 7983 1726773085.58855: done getting variables 7983 1726773085.58886: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000022f 7983 1726773085.58889: WORKER PROCESS EXITING 7983 1726773085.58924: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check that profile_mode is manual] *************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:67 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.328) 0:00:14.679 **** 7983 1726773085.58960: entering _queue_task() for managed_node1/set_fact 7983 1726773085.59149: worker is 1 (out of 1 available) 7983 1726773085.59160: exiting _queue_task() for managed_node1/set_fact 7983 1726773085.59172: done queuing things up, now waiting for results queue to drain 7983 1726773085.59174: waiting for pending results... 7983 1726773085.59345: running TaskExecutor() for managed_node1/TASK: Check that profile_mode is manual 7983 1726773085.59418: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000230 7983 1726773085.59427: variable 'ansible_search_path' from source: unknown 7983 1726773085.59431: variable 'ansible_search_path' from source: unknown 7983 1726773085.59460: calling self._execute() 7983 1726773085.59529: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.59533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.59543: variable 'omit' from source: magic vars 7983 1726773085.59893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.62511: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.62593: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.62639: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.62687: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.62720: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.62812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773085.62981: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773085.63011: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773085.63034: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773085.63054: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773085.63155: variable '__kernel_settings_register_profile_conf_profile_mode' from source: set_fact 7983 1726773085.63192: Evaluated conditional (__kernel_settings_register_profile_conf_profile_mode.content | b64decode is not match('manual')): False 7983 1726773085.63196: when evaluation is False, skipping this task 7983 1726773085.63200: _execute() done 7983 1726773085.63203: dumping result to json 7983 1726773085.63205: done dumping result, returning 7983 1726773085.63211: done running TaskExecutor() for managed_node1/TASK: Check that profile_mode is manual [1239c35c-e2e1-4fbf-0a43-000000000230] 7983 1726773085.63219: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000230 7983 1726773085.63307: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000230 7983 1726773085.63311: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_profile_mode.content | b64decode is not match('manual')", "skip_reason": "Conditional result was False" } 7983 1726773085.63356: no more pending results, returning what we have 7983 1726773085.63359: results queue empty 7983 1726773085.63360: checking for any_errors_fatal 7983 1726773085.63366: done checking for any_errors_fatal 7983 1726773085.63367: checking for max_fail_percentage 7983 1726773085.63369: done checking for max_fail_percentage 7983 1726773085.63369: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.63370: done checking to see if all hosts have failed 7983 1726773085.63371: getting the remaining hosts for this loop 7983 1726773085.63372: done getting the remaining hosts for this loop 7983 1726773085.63380: getting the next task for host managed_node1 7983 1726773085.63385: done getting next task for host managed_node1 7983 1726773085.63388: ^ task is: TASK: Get the bootloader specific config file 7983 1726773085.63391: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.63395: getting variables 7983 1726773085.63397: in VariableManager get_vars() 7983 1726773085.63434: Calling all_inventory to load vars for managed_node1 7983 1726773085.63437: Calling groups_inventory to load vars for managed_node1 7983 1726773085.63439: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.63449: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.63452: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.63455: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.63630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.63754: done with get_vars() 7983 1726773085.63763: done getting variables 7983 1726773085.63808: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Get the bootloader specific config file] ********************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:74 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.048) 0:00:14.728 **** 7983 1726773085.63829: entering _queue_task() for managed_node1/command 7983 1726773085.64028: worker is 1 (out of 1 available) 7983 1726773085.64043: exiting _queue_task() for managed_node1/command 7983 1726773085.64055: done queuing things up, now waiting for results queue to drain 7983 1726773085.64057: waiting for pending results... 7983 1726773085.64220: running TaskExecutor() for managed_node1/TASK: Get the bootloader specific config file 7983 1726773085.64282: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000231 7983 1726773085.64301: variable 'ansible_search_path' from source: unknown 7983 1726773085.64307: variable 'ansible_search_path' from source: unknown 7983 1726773085.64335: calling self._execute() 7983 1726773085.64405: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.64414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.64422: variable 'omit' from source: magic vars 7983 1726773085.64853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.66864: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.66912: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.66940: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.66975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.66997: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.67057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773085.67077: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773085.67102: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773085.67134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773085.67146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773085.67238: Evaluated conditional (__kernel_settings_blcmdline_value | d()): False 7983 1726773085.67242: when evaluation is False, skipping this task 7983 1726773085.67244: _execute() done 7983 1726773085.67247: dumping result to json 7983 1726773085.67249: done dumping result, returning 7983 1726773085.67254: done running TaskExecutor() for managed_node1/TASK: Get the bootloader specific config file [1239c35c-e2e1-4fbf-0a43-000000000231] 7983 1726773085.67259: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000231 7983 1726773085.67349: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000231 7983 1726773085.67352: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_blcmdline_value | d()", "skip_reason": "Conditional result was False" } 7983 1726773085.67400: no more pending results, returning what we have 7983 1726773085.67409: results queue empty 7983 1726773085.67410: checking for any_errors_fatal 7983 1726773085.67415: done checking for any_errors_fatal 7983 1726773085.67415: checking for max_fail_percentage 7983 1726773085.67417: done checking for max_fail_percentage 7983 1726773085.67418: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.67419: done checking to see if all hosts have failed 7983 1726773085.67419: getting the remaining hosts for this loop 7983 1726773085.67421: done getting the remaining hosts for this loop 7983 1726773085.67424: getting the next task for host managed_node1 7983 1726773085.67430: done getting next task for host managed_node1 7983 1726773085.67432: ^ task is: TASK: Verify bootloader settings value 7983 1726773085.67436: ^ 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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.67440: getting variables 7983 1726773085.67441: in VariableManager get_vars() 7983 1726773085.67479: Calling all_inventory to load vars for managed_node1 7983 1726773085.67481: Calling groups_inventory to load vars for managed_node1 7983 1726773085.67483: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.67493: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.67496: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.67498: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.67628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.67752: done with get_vars() 7983 1726773085.67761: done getting variables 7983 1726773085.67805: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify bootloader settings value] **************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:85 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.039) 0:00:14.768 **** 7983 1726773085.67827: entering _queue_task() for managed_node1/set_fact 7983 1726773085.68021: worker is 1 (out of 1 available) 7983 1726773085.68035: exiting _queue_task() for managed_node1/set_fact 7983 1726773085.68045: done queuing things up, now waiting for results queue to drain 7983 1726773085.68047: waiting for pending results... 7983 1726773085.68216: running TaskExecutor() for managed_node1/TASK: Verify bootloader settings value 7983 1726773085.68287: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000232 7983 1726773085.68298: variable 'ansible_search_path' from source: unknown 7983 1726773085.68301: variable 'ansible_search_path' from source: unknown 7983 1726773085.68333: calling self._execute() 7983 1726773085.68406: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.68412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.68422: variable 'omit' from source: magic vars 7983 1726773085.68755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.70445: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.70489: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.70519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.70545: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.70567: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.70626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773085.70645: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773085.70664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773085.70692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773085.70703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773085.70790: Evaluated conditional (__kernel_settings_blcmdline_value | d()): False 7983 1726773085.70793: when evaluation is False, skipping this task 7983 1726773085.70796: _execute() done 7983 1726773085.70798: dumping result to json 7983 1726773085.70801: done dumping result, returning 7983 1726773085.70808: done running TaskExecutor() for managed_node1/TASK: Verify bootloader settings value [1239c35c-e2e1-4fbf-0a43-000000000232] 7983 1726773085.70813: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000232 7983 1726773085.70900: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000232 7983 1726773085.70902: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_blcmdline_value | d()", "skip_reason": "Conditional result was False" } 7983 1726773085.70954: no more pending results, returning what we have 7983 1726773085.70957: results queue empty 7983 1726773085.70958: checking for any_errors_fatal 7983 1726773085.70963: done checking for any_errors_fatal 7983 1726773085.70964: checking for max_fail_percentage 7983 1726773085.70965: done checking for max_fail_percentage 7983 1726773085.70966: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.70967: done checking to see if all hosts have failed 7983 1726773085.70968: getting the remaining hosts for this loop 7983 1726773085.70969: done getting the remaining hosts for this loop 7983 1726773085.70973: getting the next task for host managed_node1 7983 1726773085.70982: done getting next task for host managed_node1 7983 1726773085.70985: ^ task is: TASK: Check if kernel_settings_reboot_required is set if needed 7983 1726773085.70987: ^ 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=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 7983 1726773085.70991: getting variables 7983 1726773085.70992: in VariableManager get_vars() 7983 1726773085.71026: Calling all_inventory to load vars for managed_node1 7983 1726773085.71028: Calling groups_inventory to load vars for managed_node1 7983 1726773085.71034: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.71046: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.71049: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.71052: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.71206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.71324: done with get_vars() 7983 1726773085.71331: done getting variables 7983 1726773085.71373: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check if kernel_settings_reboot_required is set if needed] *************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:49 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.035) 0:00:14.803 **** 7983 1726773085.71395: entering _queue_task() for managed_node1/set_fact 7983 1726773085.71572: worker is 1 (out of 1 available) 7983 1726773085.71587: exiting _queue_task() for managed_node1/set_fact 7983 1726773085.71599: done queuing things up, now waiting for results queue to drain 7983 1726773085.71600: waiting for pending results... 7983 1726773085.71758: running TaskExecutor() for managed_node1/TASK: Check if kernel_settings_reboot_required is set if needed 7983 1726773085.71819: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018e 7983 1726773085.71829: variable 'ansible_search_path' from source: unknown 7983 1726773085.71833: variable 'ansible_search_path' from source: unknown 7983 1726773085.71862: calling self._execute() 7983 1726773085.71932: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.71936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.71945: variable 'omit' from source: magic vars 7983 1726773085.72272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.73921: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.73962: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.74002: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.74029: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.74048: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.74105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773085.74128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773085.74145: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773085.74173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773085.74186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773085.74270: Evaluated conditional (__kernel_settings_check_reboot | d(false)): False 7983 1726773085.74273: when evaluation is False, skipping this task 7983 1726773085.74278: _execute() done 7983 1726773085.74281: dumping result to json 7983 1726773085.74283: done dumping result, returning 7983 1726773085.74286: done running TaskExecutor() for managed_node1/TASK: Check if kernel_settings_reboot_required is set if needed [1239c35c-e2e1-4fbf-0a43-00000000018e] 7983 1726773085.74291: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018e 7983 1726773085.74372: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018e 7983 1726773085.74375: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_check_reboot | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773085.74418: no more pending results, returning what we have 7983 1726773085.74422: results queue empty 7983 1726773085.74423: checking for any_errors_fatal 7983 1726773085.74428: done checking for any_errors_fatal 7983 1726773085.74429: checking for max_fail_percentage 7983 1726773085.74431: done checking for max_fail_percentage 7983 1726773085.74432: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.74432: done checking to see if all hosts have failed 7983 1726773085.74433: getting the remaining hosts for this loop 7983 1726773085.74435: done getting the remaining hosts for this loop 7983 1726773085.74438: getting the next task for host managed_node1 7983 1726773085.74443: done getting next task for host managed_node1 7983 1726773085.74446: ^ task is: TASK: Assert success 7983 1726773085.74449: ^ 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=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 7983 1726773085.74452: getting variables 7983 1726773085.74454: in VariableManager get_vars() 7983 1726773085.74486: Calling all_inventory to load vars for managed_node1 7983 1726773085.74489: Calling groups_inventory to load vars for managed_node1 7983 1726773085.74491: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.74499: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.74502: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.74507: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.74630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.74751: done with get_vars() 7983 1726773085.74758: done getting variables 7983 1726773085.74826: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Assert success] ********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:56 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.034) 0:00:14.838 **** 7983 1726773085.74847: entering _queue_task() for managed_node1/assert 7983 1726773085.74848: Creating lock for assert 7983 1726773085.75030: worker is 1 (out of 1 available) 7983 1726773085.75044: exiting _queue_task() for managed_node1/assert 7983 1726773085.75056: done queuing things up, now waiting for results queue to drain 7983 1726773085.75057: waiting for pending results... 7983 1726773085.75222: running TaskExecutor() for managed_node1/TASK: Assert success 7983 1726773085.75280: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000018f 7983 1726773085.75292: variable 'ansible_search_path' from source: unknown 7983 1726773085.75298: variable 'ansible_search_path' from source: unknown 7983 1726773085.75330: calling self._execute() 7983 1726773085.75401: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.75408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.75417: variable 'omit' from source: magic vars 7983 1726773085.75490: variable 'omit' from source: magic vars 7983 1726773085.75524: variable 'omit' from source: magic vars 7983 1726773085.75547: variable 'omit' from source: magic vars 7983 1726773085.75583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773085.75609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773085.75632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773085.75646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.75656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.75681: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773085.75684: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.75687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.75760: Set connection var ansible_shell_type to sh 7983 1726773085.75767: Set connection var ansible_timeout to 10 7983 1726773085.75772: Set connection var ansible_connection to ssh 7983 1726773085.75779: Set connection var ansible_pipelining to False 7983 1726773085.75788: Set connection var ansible_shell_executable to /bin/sh 7983 1726773085.75792: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773085.75812: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.75816: variable 'ansible_connection' from source: unknown 7983 1726773085.75818: variable 'ansible_module_compression' from source: unknown 7983 1726773085.75820: variable 'ansible_shell_type' from source: unknown 7983 1726773085.75824: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.75827: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.75829: variable 'ansible_pipelining' from source: unknown 7983 1726773085.75831: variable 'ansible_timeout' from source: unknown 7983 1726773085.75834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.75940: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773085.75949: variable 'omit' from source: magic vars 7983 1726773085.75959: starting attempt loop 7983 1726773085.75963: running the handler 7983 1726773085.76474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773085.77971: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773085.78016: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773085.78042: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773085.78067: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773085.78088: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773085.78149: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773085.78168: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773085.78187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773085.78216: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773085.78226: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773085.78306: variable '__kernel_settings_success' from source: set_fact 7983 1726773085.78320: Evaluated conditional (__kernel_settings_success | d(false)): True 7983 1726773085.78325: handler run complete 7983 1726773085.78345: attempt loop complete, returning result 7983 1726773085.78348: _execute() done 7983 1726773085.78350: dumping result to json 7983 1726773085.78352: done dumping result, returning 7983 1726773085.78357: done running TaskExecutor() for managed_node1/TASK: Assert success [1239c35c-e2e1-4fbf-0a43-00000000018f] 7983 1726773085.78365: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018f 7983 1726773085.78450: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000018f 7983 1726773085.78452: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7983 1726773085.78515: no more pending results, returning what we have 7983 1726773085.78518: results queue empty 7983 1726773085.78519: checking for any_errors_fatal 7983 1726773085.78524: done checking for any_errors_fatal 7983 1726773085.78525: checking for max_fail_percentage 7983 1726773085.78527: done checking for max_fail_percentage 7983 1726773085.78527: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.78528: done checking to see if all hosts have failed 7983 1726773085.78529: getting the remaining hosts for this loop 7983 1726773085.78530: done getting the remaining hosts for this loop 7983 1726773085.78534: getting the next task for host managed_node1 7983 1726773085.78541: done getting next task for host managed_node1 7983 1726773085.78544: ^ task is: TASK: Check ansible_managed, fingerprint in generated files 7983 1726773085.78546: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773085.78550: getting variables 7983 1726773085.78551: in VariableManager get_vars() 7983 1726773085.78589: Calling all_inventory to load vars for managed_node1 7983 1726773085.78592: Calling groups_inventory to load vars for managed_node1 7983 1726773085.78594: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.78605: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.78613: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.78616: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.78930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.79042: done with get_vars() 7983 1726773085.79050: done getting variables TASK [Check ansible_managed, fingerprint in generated files] ******************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:35 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.042) 0:00:14.881 **** 7983 1726773085.79115: entering _queue_task() for managed_node1/include_tasks 7983 1726773085.79311: worker is 1 (out of 1 available) 7983 1726773085.79324: exiting _queue_task() for managed_node1/include_tasks 7983 1726773085.79335: done queuing things up, now waiting for results queue to drain 7983 1726773085.79337: waiting for pending results... 7983 1726773085.79509: running TaskExecutor() for managed_node1/TASK: Check ansible_managed, fingerprint in generated files 7983 1726773085.79571: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000a 7983 1726773085.79580: variable 'ansible_search_path' from source: unknown 7983 1726773085.79616: calling self._execute() 7983 1726773085.79697: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.79712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.79727: variable 'omit' from source: magic vars 7983 1726773085.79810: _execute() done 7983 1726773085.79814: dumping result to json 7983 1726773085.79816: done dumping result, returning 7983 1726773085.79822: done running TaskExecutor() for managed_node1/TASK: Check ansible_managed, fingerprint in generated files [1239c35c-e2e1-4fbf-0a43-00000000000a] 7983 1726773085.79828: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000a 7983 1726773085.79924: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000a 7983 1726773085.79928: WORKER PROCESS EXITING 7983 1726773085.79957: no more pending results, returning what we have 7983 1726773085.79962: in VariableManager get_vars() 7983 1726773085.80005: Calling all_inventory to load vars for managed_node1 7983 1726773085.80009: Calling groups_inventory to load vars for managed_node1 7983 1726773085.80011: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.80020: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.80023: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.80025: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.80143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.80263: done with get_vars() 7983 1726773085.80268: variable 'ansible_search_path' from source: unknown 7983 1726773085.80279: we have included files to process 7983 1726773085.80280: generating all_blocks data 7983 1726773085.80281: done generating all_blocks data 7983 1726773085.80285: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 7983 1726773085.80286: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 7983 1726773085.80287: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 7983 1726773085.80517: done processing included file 7983 1726773085.80519: iterating over new_blocks loaded from include file 7983 1726773085.80520: in VariableManager get_vars() 7983 1726773085.80531: done with get_vars() 7983 1726773085.80533: filtering new block on tags 7983 1726773085.80552: done filtering new block on tags 7983 1726773085.80554: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml for managed_node1 7983 1726773085.80557: extending task lists for all hosts with included blocks 7983 1726773085.82046: done extending task lists 7983 1726773085.82047: done processing included files 7983 1726773085.82048: results queue empty 7983 1726773085.82049: checking for any_errors_fatal 7983 1726773085.82055: done checking for any_errors_fatal 7983 1726773085.82055: checking for max_fail_percentage 7983 1726773085.82057: done checking for max_fail_percentage 7983 1726773085.82057: checking to see if all hosts have failed and the running result is not ok 7983 1726773085.82058: done checking to see if all hosts have failed 7983 1726773085.82059: getting the remaining hosts for this loop 7983 1726773085.82060: done getting the remaining hosts for this loop 7983 1726773085.82063: getting the next task for host managed_node1 7983 1726773085.82070: done getting next task for host managed_node1 7983 1726773085.82073: ^ task is: TASK: Get file 7983 1726773085.82075: ^ 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 7983 1726773085.82080: getting variables 7983 1726773085.82081: in VariableManager get_vars() 7983 1726773085.82092: Calling all_inventory to load vars for managed_node1 7983 1726773085.82093: Calling groups_inventory to load vars for managed_node1 7983 1726773085.82095: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773085.82099: Calling all_plugins_play to load vars for managed_node1 7983 1726773085.82100: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773085.82102: Calling groups_plugins_play to load vars for managed_node1 7983 1726773085.82207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773085.82318: done with get_vars() 7983 1726773085.82325: done getting variables TASK [Get file] **************************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:3 Thursday 19 September 2024 15:11:25 -0400 (0:00:00.032) 0:00:14.913 **** 7983 1726773085.82371: entering _queue_task() for managed_node1/slurp 7983 1726773085.82575: worker is 1 (out of 1 available) 7983 1726773085.82589: exiting _queue_task() for managed_node1/slurp 7983 1726773085.82600: done queuing things up, now waiting for results queue to drain 7983 1726773085.82602: waiting for pending results... 7983 1726773085.82765: running TaskExecutor() for managed_node1/TASK: Get file 7983 1726773085.82825: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000028a 7983 1726773085.82835: variable 'ansible_search_path' from source: unknown 7983 1726773085.82838: variable 'ansible_search_path' from source: unknown 7983 1726773085.82869: calling self._execute() 7983 1726773085.82938: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.82942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.82950: variable 'omit' from source: magic vars 7983 1726773085.83280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773085.83464: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773085.83498: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773085.83527: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773085.83553: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773085.83617: 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) 7983 1726773085.83637: 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) 7983 1726773085.83655: 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) 7983 1726773085.83672: 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) 7983 1726773085.83768: Evaluated conditional (not __file_content is defined): True 7983 1726773085.83772: variable 'omit' from source: magic vars 7983 1726773085.83812: variable 'omit' from source: magic vars 7983 1726773085.83846: variable '__file' from source: include params 7983 1726773085.83923: variable '__file' from source: include params 7983 1726773085.83934: variable '__kernel_settings_profile_filename' from source: role '' exported vars 7983 1726773085.83999: variable '__kernel_settings_profile_filename' from source: role '' exported vars 7983 1726773085.84068: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773085.84146: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773085.84155: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 7983 1726773085.84227: variable 'omit' from source: magic vars 7983 1726773085.84258: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773085.84288: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773085.84313: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773085.84335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.84351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773085.84385: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773085.84393: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.84400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.84498: Set connection var ansible_shell_type to sh 7983 1726773085.84514: Set connection var ansible_timeout to 10 7983 1726773085.84524: Set connection var ansible_connection to ssh 7983 1726773085.84538: Set connection var ansible_pipelining to False 7983 1726773085.84548: Set connection var ansible_shell_executable to /bin/sh 7983 1726773085.84556: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773085.84580: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.84587: variable 'ansible_connection' from source: unknown 7983 1726773085.84594: variable 'ansible_module_compression' from source: unknown 7983 1726773085.84599: variable 'ansible_shell_type' from source: unknown 7983 1726773085.84608: variable 'ansible_shell_executable' from source: unknown 7983 1726773085.84614: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773085.84621: variable 'ansible_pipelining' from source: unknown 7983 1726773085.84627: variable 'ansible_timeout' from source: unknown 7983 1726773085.84634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773085.84765: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773085.84779: variable 'omit' from source: magic vars 7983 1726773085.84787: starting attempt loop 7983 1726773085.84792: running the handler 7983 1726773085.84810: _low_level_execute_command(): starting 7983 1726773085.84822: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773085.85499: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.85520: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.85539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.85561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.85609: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.85623: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773085.85638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.85657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773085.85669: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773085.85679: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773085.85692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.85710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.85726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.85739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.85751: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773085.85764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.85846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.85871: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.85889: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.86037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.87729: stdout chunk (state=3): >>>/root <<< 7983 1726773085.87835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.87888: stderr chunk (state=3): >>><<< 7983 1726773085.87891: stdout chunk (state=3): >>><<< 7983 1726773085.87917: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.87929: _low_level_execute_command(): starting 7983 1726773085.87935: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388 `" && echo ansible-tmp-1726773085.8791797-8640-26059897130388="` echo /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388 `" ) && sleep 0' 7983 1726773085.88411: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.88423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.88450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773085.88454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.88466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.88509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.88523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.88628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.90589: stdout chunk (state=3): >>>ansible-tmp-1726773085.8791797-8640-26059897130388=/root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388 <<< 7983 1726773085.90702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.90753: stderr chunk (state=3): >>><<< 7983 1726773085.90757: stdout chunk (state=3): >>><<< 7983 1726773085.90772: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773085.8791797-8640-26059897130388=/root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.90815: variable 'ansible_module_compression' from source: unknown 7983 1726773085.90848: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773085.90878: variable 'ansible_facts' from source: unknown 7983 1726773085.90940: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/AnsiballZ_slurp.py 7983 1726773085.91046: Sending initial data 7983 1726773085.91055: Sent initial data (151 bytes) 7983 1726773085.91728: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.91748: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.91752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.91795: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.91802: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.91808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.91915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.91918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.91959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.92070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.93939: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773085.94031: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773085.94126: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpd69qubjl /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/AnsiballZ_slurp.py <<< 7983 1726773085.94216: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773085.95583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.95586: stdout chunk (state=3): >>><<< 7983 1726773085.95589: stderr chunk (state=3): >>><<< 7983 1726773085.95594: done transferring module to remote 7983 1726773085.95599: _low_level_execute_command(): starting 7983 1726773085.95617: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/ /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.96192: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.96213: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.96229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.96248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.96301: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.96321: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773085.96335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.96353: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773085.96364: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773085.96378: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773085.96398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.96414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.96429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.96440: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.96450: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773085.96462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.96551: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.96573: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.96593: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.96735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773085.98617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773085.98698: stderr chunk (state=3): >>><<< 7983 1726773085.98712: stdout chunk (state=3): >>><<< 7983 1726773085.98822: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773085.98826: _low_level_execute_command(): starting 7983 1726773085.98829: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/AnsiballZ_slurp.py && sleep 0' 7983 1726773085.99398: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773085.99413: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.99429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.99446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773085.99496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773085.99509: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773085.99523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.99542: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773085.99555: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773085.99567: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773085.99588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773085.99606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773085.99654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773085.99661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773085.99722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773085.99726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773085.99729: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773085.99835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.13248: stdout chunk (state=3): >>> {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "source": "/etc/tuned/kernel_settings/tuned.conf", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "src": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 7983 1726773086.14314: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.14320: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773086.14380: stderr chunk (state=3): >>><<< 7983 1726773086.14384: stdout chunk (state=3): >>><<< 7983 1726773086.14401: _low_level_execute_command() done: rc=0, stdout= {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "source": "/etc/tuned/kernel_settings/tuned.conf", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "src": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773086.14434: done with _execute_module (slurp, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726773085.8791797-8640-26059897130388/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773086.14441: _low_level_execute_command(): starting 7983 1726773086.14446: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773085.8791797-8640-26059897130388/ > /dev/null 2>&1 && sleep 0' 7983 1726773086.14890: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773086.14894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.14933: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773086.14937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773086.14939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.14991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773086.14995: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773086.14997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.15097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.16974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.17052: stderr chunk (state=3): >>><<< 7983 1726773086.17064: stdout chunk (state=3): >>><<< 7983 1726773086.17309: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773086.17313: handler run complete 7983 1726773086.17316: attempt loop complete, returning result 7983 1726773086.17318: _execute() done 7983 1726773086.17320: dumping result to json 7983 1726773086.17323: done dumping result, returning 7983 1726773086.17325: done running TaskExecutor() for managed_node1/TASK: Get file [1239c35c-e2e1-4fbf-0a43-00000000028a] 7983 1726773086.17327: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000028a 7983 1726773086.17415: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000028a 7983 1726773086.17419: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "encoding": "base64", "source": "/etc/tuned/kernel_settings/tuned.conf" } 7983 1726773086.17477: no more pending results, returning what we have 7983 1726773086.17481: results queue empty 7983 1726773086.17481: checking for any_errors_fatal 7983 1726773086.17483: done checking for any_errors_fatal 7983 1726773086.17483: checking for max_fail_percentage 7983 1726773086.17484: done checking for max_fail_percentage 7983 1726773086.17485: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.17486: done checking to see if all hosts have failed 7983 1726773086.17487: getting the remaining hosts for this loop 7983 1726773086.17488: done getting the remaining hosts for this loop 7983 1726773086.17491: getting the next task for host managed_node1 7983 1726773086.17495: done getting next task for host managed_node1 7983 1726773086.17497: ^ task is: TASK: Check for presence of ansible managed header, fingerprint 7983 1726773086.17499: ^ 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 7983 1726773086.17502: getting variables 7983 1726773086.17505: in VariableManager get_vars() 7983 1726773086.17537: Calling all_inventory to load vars for managed_node1 7983 1726773086.17539: Calling groups_inventory to load vars for managed_node1 7983 1726773086.17542: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.17551: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.17554: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.17556: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.17736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.17953: done with get_vars() 7983 1726773086.17965: done getting variables 7983 1726773086.18029: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:9 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.356) 0:00:15.270 **** 7983 1726773086.18060: entering _queue_task() for managed_node1/assert 7983 1726773086.18301: worker is 1 (out of 1 available) 7983 1726773086.18316: exiting _queue_task() for managed_node1/assert 7983 1726773086.18332: done queuing things up, now waiting for results queue to drain 7983 1726773086.18334: waiting for pending results... 7983 1726773086.18623: running TaskExecutor() for managed_node1/TASK: Check for presence of ansible managed header, fingerprint 7983 1726773086.18734: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000028b 7983 1726773086.18753: variable 'ansible_search_path' from source: unknown 7983 1726773086.18766: variable 'ansible_search_path' from source: unknown 7983 1726773086.18815: calling self._execute() 7983 1726773086.18911: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.18923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.18939: variable 'omit' from source: magic vars 7983 1726773086.19054: variable 'omit' from source: magic vars 7983 1726773086.19104: variable 'omit' from source: magic vars 7983 1726773086.19145: variable 'omit' from source: magic vars 7983 1726773086.19196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773086.19244: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773086.19269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773086.19292: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.19315: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.19354: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773086.19362: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.19368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.19473: Set connection var ansible_shell_type to sh 7983 1726773086.19487: Set connection var ansible_timeout to 10 7983 1726773086.19499: Set connection var ansible_connection to ssh 7983 1726773086.19517: Set connection var ansible_pipelining to False 7983 1726773086.19535: Set connection var ansible_shell_executable to /bin/sh 7983 1726773086.19549: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773086.19577: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.19586: variable 'ansible_connection' from source: unknown 7983 1726773086.19594: variable 'ansible_module_compression' from source: unknown 7983 1726773086.19601: variable 'ansible_shell_type' from source: unknown 7983 1726773086.19611: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.19618: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.19625: variable 'ansible_pipelining' from source: unknown 7983 1726773086.19633: variable 'ansible_timeout' from source: unknown 7983 1726773086.19645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.19797: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773086.19814: variable 'omit' from source: magic vars 7983 1726773086.19823: starting attempt loop 7983 1726773086.19829: running the handler 7983 1726773086.20252: variable 'ansible_managed' from source: task vars 7983 1726773086.20478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7983 1726773086.20710: Loaded config def from plugin (lookup/template) 7983 1726773086.20720: Loading LookupModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/template.py 7983 1726773086.20754: File lookup term: get_ansible_managed.j2 7983 1726773086.20761: variable 'ansible_search_path' from source: unknown 7983 1726773086.20769: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 7983 1726773086.20812: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/templates/get_ansible_managed.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/get_ansible_managed.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/get_ansible_managed.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/get_ansible_managed.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/get_ansible_managed.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/get_ansible_managed.j2 7983 1726773086.20845: variable 'ansible_search_path' from source: unknown 7983 1726773086.22005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.23964: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.24017: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.24043: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.24068: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.24088: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.24144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.24162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.24181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.24208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.24227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.24297: variable 'ansible_managed' from source: task vars 7983 1726773086.24340: variable 'content' from source: task vars 7983 1726773086.24438: variable '__content' from source: set_fact 7983 1726773086.24462: Evaluated conditional (ansible_managed in content): True 7983 1726773086.24540: variable '__fingerprint' from source: include params 7983 1726773086.24543: variable 'content' from source: task vars 7983 1726773086.24639: variable '__content' from source: set_fact 7983 1726773086.24654: Evaluated conditional (__fingerprint in content): True 7983 1726773086.24663: handler run complete 7983 1726773086.24680: attempt loop complete, returning result 7983 1726773086.24684: _execute() done 7983 1726773086.24686: dumping result to json 7983 1726773086.24688: done dumping result, returning 7983 1726773086.24691: done running TaskExecutor() for managed_node1/TASK: Check for presence of ansible managed header, fingerprint [1239c35c-e2e1-4fbf-0a43-00000000028b] 7983 1726773086.24700: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000028b 7983 1726773086.24786: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000028b 7983 1726773086.24789: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7983 1726773086.24834: no more pending results, returning what we have 7983 1726773086.24837: results queue empty 7983 1726773086.24838: checking for any_errors_fatal 7983 1726773086.24846: done checking for any_errors_fatal 7983 1726773086.24846: checking for max_fail_percentage 7983 1726773086.24848: done checking for max_fail_percentage 7983 1726773086.24849: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.24849: done checking to see if all hosts have failed 7983 1726773086.24850: getting the remaining hosts for this loop 7983 1726773086.24851: done getting the remaining hosts for this loop 7983 1726773086.24855: getting the next task for host managed_node1 7983 1726773086.24861: done getting next task for host managed_node1 7983 1726773086.24863: ^ task is: TASK: Ensure role reported changed 7983 1726773086.24865: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773086.24868: getting variables 7983 1726773086.24870: in VariableManager get_vars() 7983 1726773086.24908: Calling all_inventory to load vars for managed_node1 7983 1726773086.24910: Calling groups_inventory to load vars for managed_node1 7983 1726773086.24912: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.24922: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.24925: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.24927: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.25093: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.25264: done with get_vars() 7983 1726773086.25276: done getting variables 7983 1726773086.25340: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:41 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.073) 0:00:15.343 **** 7983 1726773086.25365: entering _queue_task() for managed_node1/assert 7983 1726773086.25613: worker is 1 (out of 1 available) 7983 1726773086.25626: exiting _queue_task() for managed_node1/assert 7983 1726773086.25638: done queuing things up, now waiting for results queue to drain 7983 1726773086.25640: waiting for pending results... 7983 1726773086.25908: running TaskExecutor() for managed_node1/TASK: Ensure role reported changed 7983 1726773086.25994: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000b 7983 1726773086.26016: variable 'ansible_search_path' from source: unknown 7983 1726773086.26058: calling self._execute() 7983 1726773086.26159: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.26171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.26187: variable 'omit' from source: magic vars 7983 1726773086.26301: variable 'omit' from source: magic vars 7983 1726773086.26340: variable 'omit' from source: magic vars 7983 1726773086.26376: variable 'omit' from source: magic vars 7983 1726773086.26434: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773086.26480: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773086.26511: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773086.26532: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.26543: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.26568: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773086.26571: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.26574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.26650: Set connection var ansible_shell_type to sh 7983 1726773086.26657: Set connection var ansible_timeout to 10 7983 1726773086.26661: Set connection var ansible_connection to ssh 7983 1726773086.26671: Set connection var ansible_pipelining to False 7983 1726773086.26677: Set connection var ansible_shell_executable to /bin/sh 7983 1726773086.26683: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773086.26699: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.26702: variable 'ansible_connection' from source: unknown 7983 1726773086.26707: variable 'ansible_module_compression' from source: unknown 7983 1726773086.26709: variable 'ansible_shell_type' from source: unknown 7983 1726773086.26713: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.26716: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.26719: variable 'ansible_pipelining' from source: unknown 7983 1726773086.26721: variable 'ansible_timeout' from source: unknown 7983 1726773086.26726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.26836: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773086.26845: variable 'omit' from source: magic vars 7983 1726773086.26851: starting attempt loop 7983 1726773086.26857: running the handler 7983 1726773086.27116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.28842: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.28924: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.28969: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.29016: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.29048: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.29128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.29166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.29210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.29256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.29278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.29393: variable '__kernel_settings_changed' from source: set_fact 7983 1726773086.29418: Evaluated conditional (__kernel_settings_changed | d(false)): True 7983 1726773086.29429: handler run complete 7983 1726773086.29455: attempt loop complete, returning result 7983 1726773086.29463: _execute() done 7983 1726773086.29469: dumping result to json 7983 1726773086.29479: done dumping result, returning 7983 1726773086.29493: done running TaskExecutor() for managed_node1/TASK: Ensure role reported changed [1239c35c-e2e1-4fbf-0a43-00000000000b] 7983 1726773086.29502: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000b 7983 1726773086.29609: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000b 7983 1726773086.29613: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7983 1726773086.29666: no more pending results, returning what we have 7983 1726773086.29672: results queue empty 7983 1726773086.29673: checking for any_errors_fatal 7983 1726773086.29680: done checking for any_errors_fatal 7983 1726773086.29681: checking for max_fail_percentage 7983 1726773086.29683: done checking for max_fail_percentage 7983 1726773086.29684: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.29685: done checking to see if all hosts have failed 7983 1726773086.29685: getting the remaining hosts for this loop 7983 1726773086.29687: done getting the remaining hosts for this loop 7983 1726773086.29694: getting the next task for host managed_node1 7983 1726773086.29700: done getting next task for host managed_node1 7983 1726773086.29703: ^ task is: TASK: Reboot the machine - see if settings persist after reboot 7983 1726773086.29707: ^ 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 7983 1726773086.29711: getting variables 7983 1726773086.29713: in VariableManager get_vars() 7983 1726773086.29752: Calling all_inventory to load vars for managed_node1 7983 1726773086.29755: Calling groups_inventory to load vars for managed_node1 7983 1726773086.29758: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.29771: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.29774: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.29786: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.29966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.30190: done with get_vars() 7983 1726773086.30206: done getting variables 7983 1726773086.30277: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Reboot the machine - see if settings persist after reboot] *************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:47 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.049) 0:00:15.393 **** 7983 1726773086.30314: entering _queue_task() for managed_node1/reboot 7983 1726773086.30823: worker is 1 (out of 1 available) 7983 1726773086.30836: exiting _queue_task() for managed_node1/reboot 7983 1726773086.30848: done queuing things up, now waiting for results queue to drain 7983 1726773086.30849: waiting for pending results... 7983 1726773086.31032: running TaskExecutor() for managed_node1/TASK: Reboot the machine - see if settings persist after reboot 7983 1726773086.31093: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000c 7983 1726773086.31106: variable 'ansible_search_path' from source: unknown 7983 1726773086.31140: calling self._execute() 7983 1726773086.31219: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.31223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.31233: variable 'omit' from source: magic vars 7983 1726773086.31650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.33740: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.33817: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.33859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.33902: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.33937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.34040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.34074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.34110: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.34155: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.34174: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.34288: variable 'kernel_settings_reboot_required' from source: set_fact 7983 1726773086.34316: Evaluated conditional (kernel_settings_reboot_required | d(false)): False 7983 1726773086.34325: when evaluation is False, skipping this task 7983 1726773086.34332: _execute() done 7983 1726773086.34338: dumping result to json 7983 1726773086.34347: done dumping result, returning 7983 1726773086.34358: done running TaskExecutor() for managed_node1/TASK: Reboot the machine - see if settings persist after reboot [1239c35c-e2e1-4fbf-0a43-00000000000c] 7983 1726773086.34367: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000c skipping: [managed_node1] => { "changed": false, "false_condition": "kernel_settings_reboot_required | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773086.34533: no more pending results, returning what we have 7983 1726773086.34537: results queue empty 7983 1726773086.34538: checking for any_errors_fatal 7983 1726773086.34546: done checking for any_errors_fatal 7983 1726773086.34547: checking for max_fail_percentage 7983 1726773086.34548: done checking for max_fail_percentage 7983 1726773086.34549: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.34550: done checking to see if all hosts have failed 7983 1726773086.34551: getting the remaining hosts for this loop 7983 1726773086.34553: done getting the remaining hosts for this loop 7983 1726773086.34557: getting the next task for host managed_node1 7983 1726773086.34564: done getting next task for host managed_node1 7983 1726773086.34567: ^ task is: TASK: Verify that settings were applied correctly after reboot 7983 1726773086.34569: ^ 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 7983 1726773086.34573: getting variables 7983 1726773086.34575: in VariableManager get_vars() 7983 1726773086.34620: Calling all_inventory to load vars for managed_node1 7983 1726773086.34623: Calling groups_inventory to load vars for managed_node1 7983 1726773086.34626: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.34638: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.34642: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.34645: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.34889: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000c 7983 1726773086.34892: WORKER PROCESS EXITING 7983 1726773086.34916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.35092: done with get_vars() 7983 1726773086.35105: done getting variables TASK [Verify that settings were applied correctly after reboot] **************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:54 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.048) 0:00:15.441 **** 7983 1726773086.35192: entering _queue_task() for managed_node1/include_tasks 7983 1726773086.35392: worker is 1 (out of 1 available) 7983 1726773086.35407: exiting _queue_task() for managed_node1/include_tasks 7983 1726773086.35419: done queuing things up, now waiting for results queue to drain 7983 1726773086.35421: waiting for pending results... 7983 1726773086.35596: running TaskExecutor() for managed_node1/TASK: Verify that settings were applied correctly after reboot 7983 1726773086.35656: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000d 7983 1726773086.35666: variable 'ansible_search_path' from source: unknown 7983 1726773086.35699: calling self._execute() 7983 1726773086.35771: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.35779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.35786: variable 'omit' from source: magic vars 7983 1726773086.36132: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.38149: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.38207: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.38235: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.38261: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.38280: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.38347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.38368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.38387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.38418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.38431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.38505: variable 'kernel_settings_reboot_required' from source: set_fact 7983 1726773086.38520: Evaluated conditional (kernel_settings_reboot_required | d(false)): False 7983 1726773086.38528: when evaluation is False, skipping this task 7983 1726773086.38531: _execute() done 7983 1726773086.38533: dumping result to json 7983 1726773086.38538: done dumping result, returning 7983 1726773086.38546: done running TaskExecutor() for managed_node1/TASK: Verify that settings were applied correctly after reboot [1239c35c-e2e1-4fbf-0a43-00000000000d] 7983 1726773086.38551: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000d skipping: [managed_node1] => { "changed": false, "false_condition": "kernel_settings_reboot_required | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773086.38691: no more pending results, returning what we have 7983 1726773086.38694: results queue empty 7983 1726773086.38695: checking for any_errors_fatal 7983 1726773086.38701: done checking for any_errors_fatal 7983 1726773086.38702: checking for max_fail_percentage 7983 1726773086.38706: done checking for max_fail_percentage 7983 1726773086.38707: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.38708: done checking to see if all hosts have failed 7983 1726773086.38709: getting the remaining hosts for this loop 7983 1726773086.38711: done getting the remaining hosts for this loop 7983 1726773086.38715: getting the next task for host managed_node1 7983 1726773086.38720: done getting next task for host managed_node1 7983 1726773086.38723: ^ task is: TASK: Apply the settings again to check idempotency 7983 1726773086.38725: ^ 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 7983 1726773086.38729: getting variables 7983 1726773086.38730: in VariableManager get_vars() 7983 1726773086.38766: Calling all_inventory to load vars for managed_node1 7983 1726773086.38768: Calling groups_inventory to load vars for managed_node1 7983 1726773086.38771: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.38783: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.38786: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.38789: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.38932: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000d 7983 1726773086.38936: WORKER PROCESS EXITING 7983 1726773086.38946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.39075: done with get_vars() 7983 1726773086.39085: done getting variables TASK [Apply the settings again to check idempotency] *************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:63 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.039) 0:00:15.481 **** 7983 1726773086.39151: entering _queue_task() for managed_node1/include_role 7983 1726773086.39347: worker is 1 (out of 1 available) 7983 1726773086.39360: exiting _queue_task() for managed_node1/include_role 7983 1726773086.39371: done queuing things up, now waiting for results queue to drain 7983 1726773086.39373: waiting for pending results... 7983 1726773086.39541: running TaskExecutor() for managed_node1/TASK: Apply the settings again to check idempotency 7983 1726773086.39619: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000e 7983 1726773086.39629: variable 'ansible_search_path' from source: unknown 7983 1726773086.39661: calling self._execute() 7983 1726773086.39731: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.39735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.39748: variable 'omit' from source: magic vars 7983 1726773086.39819: _execute() done 7983 1726773086.39823: dumping result to json 7983 1726773086.39826: done dumping result, returning 7983 1726773086.39829: done running TaskExecutor() for managed_node1/TASK: Apply the settings again to check idempotency [1239c35c-e2e1-4fbf-0a43-00000000000e] 7983 1726773086.39836: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000e 7983 1726773086.39931: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000e 7983 1726773086.39935: WORKER PROCESS EXITING 7983 1726773086.39969: no more pending results, returning what we have 7983 1726773086.39973: in VariableManager get_vars() 7983 1726773086.40008: Calling all_inventory to load vars for managed_node1 7983 1726773086.40010: Calling groups_inventory to load vars for managed_node1 7983 1726773086.40013: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.40022: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.40024: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.40027: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.40177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.40290: done with get_vars() 7983 1726773086.40295: variable 'ansible_search_path' from source: unknown 7983 1726773086.41217: variable 'omit' from source: magic vars 7983 1726773086.41233: variable 'omit' from source: magic vars 7983 1726773086.41242: variable 'omit' from source: magic vars 7983 1726773086.41244: we have included files to process 7983 1726773086.41245: generating all_blocks data 7983 1726773086.41246: done generating all_blocks data 7983 1726773086.41248: processing included file: fedora.linux_system_roles.kernel_settings 7983 1726773086.41262: in VariableManager get_vars() 7983 1726773086.41291: done with get_vars() 7983 1726773086.41313: in VariableManager get_vars() 7983 1726773086.41322: done with get_vars() 7983 1726773086.41346: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 7983 1726773086.41387: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 7983 1726773086.41402: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 7983 1726773086.41449: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 7983 1726773086.41767: in VariableManager get_vars() 7983 1726773086.41781: done with get_vars() 7983 1726773086.42627: in VariableManager get_vars() 7983 1726773086.42640: done with get_vars() 7983 1726773086.42746: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 7983 1726773086.43137: iterating over new_blocks loaded from include file 7983 1726773086.43139: in VariableManager get_vars() 7983 1726773086.43150: done with get_vars() 7983 1726773086.43151: filtering new block on tags 7983 1726773086.43188: done filtering new block on tags 7983 1726773086.43190: in VariableManager get_vars() 7983 1726773086.43199: done with get_vars() 7983 1726773086.43200: filtering new block on tags 7983 1726773086.43226: done filtering new block on tags 7983 1726773086.43228: in VariableManager get_vars() 7983 1726773086.43238: done with get_vars() 7983 1726773086.43239: filtering new block on tags 7983 1726773086.43316: done filtering new block on tags 7983 1726773086.43318: in VariableManager get_vars() 7983 1726773086.43327: done with get_vars() 7983 1726773086.43328: filtering new block on tags 7983 1726773086.43339: done filtering new block on tags 7983 1726773086.43341: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 7983 1726773086.43345: extending task lists for all hosts with included blocks 7983 1726773086.44252: done extending task lists 7983 1726773086.44253: done processing included files 7983 1726773086.44253: results queue empty 7983 1726773086.44254: checking for any_errors_fatal 7983 1726773086.44256: done checking for any_errors_fatal 7983 1726773086.44256: checking for max_fail_percentage 7983 1726773086.44257: done checking for max_fail_percentage 7983 1726773086.44257: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.44258: done checking to see if all hosts have failed 7983 1726773086.44258: getting the remaining hosts for this loop 7983 1726773086.44259: done getting the remaining hosts for this loop 7983 1726773086.44261: getting the next task for host managed_node1 7983 1726773086.44263: done getting next task for host managed_node1 7983 1726773086.44265: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773086.44266: ^ 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? (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 7983 1726773086.44274: getting variables 7983 1726773086.44274: in VariableManager get_vars() 7983 1726773086.44283: Calling all_inventory to load vars for managed_node1 7983 1726773086.44285: Calling groups_inventory to load vars for managed_node1 7983 1726773086.44286: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.44289: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.44291: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.44293: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.44388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.44500: done with get_vars() 7983 1726773086.44508: done getting variables 7983 1726773086.44535: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.054) 0:00:15.535 **** 7983 1726773086.44554: entering _queue_task() for managed_node1/fail 7983 1726773086.44733: worker is 1 (out of 1 available) 7983 1726773086.44745: exiting _queue_task() for managed_node1/fail 7983 1726773086.44755: done queuing things up, now waiting for results queue to drain 7983 1726773086.44757: waiting for pending results... 7983 1726773086.44944: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773086.45060: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000003fd 7983 1726773086.45089: variable 'ansible_search_path' from source: unknown 7983 1726773086.45098: variable 'ansible_search_path' from source: unknown 7983 1726773086.45141: calling self._execute() 7983 1726773086.45240: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.45252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.45267: variable 'omit' from source: magic vars 7983 1726773086.45772: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773086.45798: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773086.45815: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 7983 1726773086.46118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.47743: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.47789: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.47818: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.47843: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.47862: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.47923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.47943: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.47961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.47990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.48001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.48047: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.48063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.48082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.48108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.48125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.48154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.48170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.48188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.48215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.48232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.48407: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773086.48456: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773086.48571: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773086.48599: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773086.48621: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773086.48642: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773086.48675: 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) 7983 1726773086.48691: 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) 7983 1726773086.48711: 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) 7983 1726773086.48728: 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) 7983 1726773086.48761: 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) 7983 1726773086.48780: 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) 7983 1726773086.48795: 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) 7983 1726773086.48815: 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) 7983 1726773086.48840: 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 7983 1726773086.48851: when evaluation is False, skipping this task 7983 1726773086.48853: _execute() done 7983 1726773086.48856: dumping result to json 7983 1726773086.48859: done dumping result, returning 7983 1726773086.48861: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-4fbf-0a43-0000000003fd] 7983 1726773086.48863: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003fd 7983 1726773086.48941: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003fd 7983 1726773086.48944: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 7983 1726773086.49026: no more pending results, returning what we have 7983 1726773086.49030: results queue empty 7983 1726773086.49031: checking for any_errors_fatal 7983 1726773086.49032: done checking for any_errors_fatal 7983 1726773086.49032: checking for max_fail_percentage 7983 1726773086.49034: done checking for max_fail_percentage 7983 1726773086.49035: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.49035: done checking to see if all hosts have failed 7983 1726773086.49036: getting the remaining hosts for this loop 7983 1726773086.49037: done getting the remaining hosts for this loop 7983 1726773086.49040: getting the next task for host managed_node1 7983 1726773086.49045: done getting next task for host managed_node1 7983 1726773086.49049: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773086.49052: ^ 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? (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 7983 1726773086.49064: getting variables 7983 1726773086.49066: in VariableManager get_vars() 7983 1726773086.49097: Calling all_inventory to load vars for managed_node1 7983 1726773086.49100: Calling groups_inventory to load vars for managed_node1 7983 1726773086.49102: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.49110: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.49112: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.49114: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.49222: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.49350: done with get_vars() 7983 1726773086.49357: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.048) 0:00:15.584 **** 7983 1726773086.49420: entering _queue_task() for managed_node1/include_tasks 7983 1726773086.49593: worker is 1 (out of 1 available) 7983 1726773086.49607: exiting _queue_task() for managed_node1/include_tasks 7983 1726773086.49620: done queuing things up, now waiting for results queue to drain 7983 1726773086.49622: waiting for pending results... 7983 1726773086.49779: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773086.49844: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000003fe 7983 1726773086.49857: variable 'ansible_search_path' from source: unknown 7983 1726773086.49863: variable 'ansible_search_path' from source: unknown 7983 1726773086.49888: calling self._execute() 7983 1726773086.49955: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.49959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.49967: variable 'omit' from source: magic vars 7983 1726773086.50265: _execute() done 7983 1726773086.50269: dumping result to json 7983 1726773086.50271: done dumping result, returning 7983 1726773086.50277: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-4fbf-0a43-0000000003fe] 7983 1726773086.50285: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003fe 7983 1726773086.50369: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003fe 7983 1726773086.50372: WORKER PROCESS EXITING 7983 1726773086.50442: no more pending results, returning what we have 7983 1726773086.50445: in VariableManager get_vars() 7983 1726773086.50474: Calling all_inventory to load vars for managed_node1 7983 1726773086.50476: Calling groups_inventory to load vars for managed_node1 7983 1726773086.50478: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.50484: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.50486: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.50488: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.50739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.50851: done with get_vars() 7983 1726773086.50856: variable 'ansible_search_path' from source: unknown 7983 1726773086.50857: variable 'ansible_search_path' from source: unknown 7983 1726773086.50877: we have included files to process 7983 1726773086.50878: generating all_blocks data 7983 1726773086.50879: done generating all_blocks data 7983 1726773086.50881: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773086.50882: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773086.50883: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773086.51316: done processing included file 7983 1726773086.51318: iterating over new_blocks loaded from include file 7983 1726773086.51319: in VariableManager get_vars() 7983 1726773086.51332: done with get_vars() 7983 1726773086.51333: filtering new block on tags 7983 1726773086.51349: done filtering new block on tags 7983 1726773086.51350: in VariableManager get_vars() 7983 1726773086.51361: done with get_vars() 7983 1726773086.51362: filtering new block on tags 7983 1726773086.51386: done filtering new block on tags 7983 1726773086.51388: in VariableManager get_vars() 7983 1726773086.51401: done with get_vars() 7983 1726773086.51402: filtering new block on tags 7983 1726773086.51440: done filtering new block on tags 7983 1726773086.51442: in VariableManager get_vars() 7983 1726773086.51454: done with get_vars() 7983 1726773086.51455: filtering new block on tags 7983 1726773086.51468: done filtering new block on tags 7983 1726773086.51470: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 7983 1726773086.51473: extending task lists for all hosts with included blocks 7983 1726773086.51562: done extending task lists 7983 1726773086.51563: done processing included files 7983 1726773086.51564: results queue empty 7983 1726773086.51564: checking for any_errors_fatal 7983 1726773086.51566: done checking for any_errors_fatal 7983 1726773086.51567: checking for max_fail_percentage 7983 1726773086.51567: done checking for max_fail_percentage 7983 1726773086.51568: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.51569: done checking to see if all hosts have failed 7983 1726773086.51569: getting the remaining hosts for this loop 7983 1726773086.51570: done getting the remaining hosts for this loop 7983 1726773086.51571: getting the next task for host managed_node1 7983 1726773086.51574: done getting next task for host managed_node1 7983 1726773086.51575: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773086.51578: ^ 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? (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 7983 1726773086.51584: getting variables 7983 1726773086.51585: in VariableManager get_vars() 7983 1726773086.51593: Calling all_inventory to load vars for managed_node1 7983 1726773086.51595: Calling groups_inventory to load vars for managed_node1 7983 1726773086.51597: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.51600: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.51602: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.51605: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.51680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.51790: done with get_vars() 7983 1726773086.51796: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.024) 0:00:15.608 **** 7983 1726773086.51845: entering _queue_task() for managed_node1/setup 7983 1726773086.52001: worker is 1 (out of 1 available) 7983 1726773086.52014: exiting _queue_task() for managed_node1/setup 7983 1726773086.52024: done queuing things up, now waiting for results queue to drain 7983 1726773086.52025: waiting for pending results... 7983 1726773086.52197: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773086.52272: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000050b 7983 1726773086.52285: variable 'ansible_search_path' from source: unknown 7983 1726773086.52289: variable 'ansible_search_path' from source: unknown 7983 1726773086.52317: calling self._execute() 7983 1726773086.52387: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.52391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.52399: variable 'omit' from source: magic vars 7983 1726773086.52802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.55030: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.55074: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.55120: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.55156: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.55178: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.55239: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.55262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.55281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.55308: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.55320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.55364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.55379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.55400: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.55426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.55438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.55558: variable '__kernel_settings_required_facts' from source: role '' all vars 7983 1726773086.55568: variable 'ansible_facts' from source: unknown 7983 1726773086.55628: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7983 1726773086.55631: when evaluation is False, skipping this task 7983 1726773086.55634: _execute() done 7983 1726773086.55637: dumping result to json 7983 1726773086.55640: done dumping result, returning 7983 1726773086.55644: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-4fbf-0a43-00000000050b] 7983 1726773086.55650: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050b 7983 1726773086.55734: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050b 7983 1726773086.55737: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7983 1726773086.55785: no more pending results, returning what we have 7983 1726773086.55789: results queue empty 7983 1726773086.55790: checking for any_errors_fatal 7983 1726773086.55792: done checking for any_errors_fatal 7983 1726773086.55792: checking for max_fail_percentage 7983 1726773086.55793: done checking for max_fail_percentage 7983 1726773086.55794: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.55796: done checking to see if all hosts have failed 7983 1726773086.55796: getting the remaining hosts for this loop 7983 1726773086.55798: done getting the remaining hosts for this loop 7983 1726773086.55801: getting the next task for host managed_node1 7983 1726773086.55811: done getting next task for host managed_node1 7983 1726773086.55815: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773086.55819: ^ 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? (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 7983 1726773086.55832: getting variables 7983 1726773086.55833: in VariableManager get_vars() 7983 1726773086.55865: Calling all_inventory to load vars for managed_node1 7983 1726773086.55868: Calling groups_inventory to load vars for managed_node1 7983 1726773086.55870: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.55880: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.55883: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.55886: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.56023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.56150: done with get_vars() 7983 1726773086.56157: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.043) 0:00:15.652 **** 7983 1726773086.56222: entering _queue_task() for managed_node1/stat 7983 1726773086.56391: worker is 1 (out of 1 available) 7983 1726773086.56404: exiting _queue_task() for managed_node1/stat 7983 1726773086.56416: done queuing things up, now waiting for results queue to drain 7983 1726773086.56418: waiting for pending results... 7983 1726773086.56583: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773086.56667: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000050d 7983 1726773086.56678: variable 'ansible_search_path' from source: unknown 7983 1726773086.56682: variable 'ansible_search_path' from source: unknown 7983 1726773086.56713: calling self._execute() 7983 1726773086.56818: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.56834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.56856: variable 'omit' from source: magic vars 7983 1726773086.57336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773086.57592: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773086.57642: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773086.57685: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773086.57725: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773086.57813: 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) 7983 1726773086.57843: 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) 7983 1726773086.57875: 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) 7983 1726773086.57913: 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) 7983 1726773086.58032: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773086.58047: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 7983 1726773086.58055: when evaluation is False, skipping this task 7983 1726773086.58063: _execute() done 7983 1726773086.58071: dumping result to json 7983 1726773086.58082: done dumping result, returning 7983 1726773086.58093: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-4fbf-0a43-00000000050d] 7983 1726773086.58106: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050d 7983 1726773086.58207: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050d 7983 1726773086.58215: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 7983 1726773086.58286: no more pending results, returning what we have 7983 1726773086.58289: results queue empty 7983 1726773086.58290: checking for any_errors_fatal 7983 1726773086.58297: done checking for any_errors_fatal 7983 1726773086.58298: checking for max_fail_percentage 7983 1726773086.58299: done checking for max_fail_percentage 7983 1726773086.58300: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.58301: done checking to see if all hosts have failed 7983 1726773086.58301: getting the remaining hosts for this loop 7983 1726773086.58305: done getting the remaining hosts for this loop 7983 1726773086.58309: getting the next task for host managed_node1 7983 1726773086.58315: done getting next task for host managed_node1 7983 1726773086.58318: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773086.58322: ^ 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? (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 7983 1726773086.58337: getting variables 7983 1726773086.58338: in VariableManager get_vars() 7983 1726773086.58368: Calling all_inventory to load vars for managed_node1 7983 1726773086.58371: Calling groups_inventory to load vars for managed_node1 7983 1726773086.58373: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.58381: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.58383: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.58386: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.58527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.58667: done with get_vars() 7983 1726773086.58674: done getting variables 7983 1726773086.58715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.025) 0:00:15.677 **** 7983 1726773086.58737: entering _queue_task() for managed_node1/set_fact 7983 1726773086.58897: worker is 1 (out of 1 available) 7983 1726773086.58911: exiting _queue_task() for managed_node1/set_fact 7983 1726773086.58922: done queuing things up, now waiting for results queue to drain 7983 1726773086.58923: waiting for pending results... 7983 1726773086.59094: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773086.59175: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000050e 7983 1726773086.59186: variable 'ansible_search_path' from source: unknown 7983 1726773086.59190: variable 'ansible_search_path' from source: unknown 7983 1726773086.59223: calling self._execute() 7983 1726773086.59288: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.59292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.59300: variable 'omit' from source: magic vars 7983 1726773086.59673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773086.59835: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773086.59865: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773086.59894: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773086.59920: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773086.59982: 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) 7983 1726773086.59999: 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) 7983 1726773086.60022: 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) 7983 1726773086.60041: 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) 7983 1726773086.60125: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773086.60140: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 7983 1726773086.60154: when evaluation is False, skipping this task 7983 1726773086.60161: _execute() done 7983 1726773086.60168: dumping result to json 7983 1726773086.60178: done dumping result, returning 7983 1726773086.60196: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-4fbf-0a43-00000000050e] 7983 1726773086.60207: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050e skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 7983 1726773086.60347: no more pending results, returning what we have 7983 1726773086.60350: results queue empty 7983 1726773086.60351: checking for any_errors_fatal 7983 1726773086.60356: done checking for any_errors_fatal 7983 1726773086.60357: checking for max_fail_percentage 7983 1726773086.60358: done checking for max_fail_percentage 7983 1726773086.60359: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.60360: done checking to see if all hosts have failed 7983 1726773086.60360: getting the remaining hosts for this loop 7983 1726773086.60362: done getting the remaining hosts for this loop 7983 1726773086.60365: getting the next task for host managed_node1 7983 1726773086.60373: done getting next task for host managed_node1 7983 1726773086.60379: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773086.60383: ^ 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? (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 7983 1726773086.60398: getting variables 7983 1726773086.60400: in VariableManager get_vars() 7983 1726773086.60555: Calling all_inventory to load vars for managed_node1 7983 1726773086.60558: Calling groups_inventory to load vars for managed_node1 7983 1726773086.60561: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.60566: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000050e 7983 1726773086.60569: WORKER PROCESS EXITING 7983 1726773086.60580: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.60583: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.60587: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.60891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.61118: done with get_vars() 7983 1726773086.61128: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.024) 0:00:15.702 **** 7983 1726773086.61224: entering _queue_task() for managed_node1/stat 7983 1726773086.61432: worker is 1 (out of 1 available) 7983 1726773086.61444: exiting _queue_task() for managed_node1/stat 7983 1726773086.61455: done queuing things up, now waiting for results queue to drain 7983 1726773086.61456: waiting for pending results... 7983 1726773086.61740: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773086.61887: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000510 7983 1726773086.61912: variable 'ansible_search_path' from source: unknown 7983 1726773086.61916: variable 'ansible_search_path' from source: unknown 7983 1726773086.61948: calling self._execute() 7983 1726773086.62025: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.62029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.62037: variable 'omit' from source: magic vars 7983 1726773086.62352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773086.62522: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773086.62554: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773086.62580: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773086.62616: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773086.62678: 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) 7983 1726773086.62698: 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) 7983 1726773086.62719: 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) 7983 1726773086.62736: 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) 7983 1726773086.62822: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773086.62829: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 7983 1726773086.62832: when evaluation is False, skipping this task 7983 1726773086.62835: _execute() done 7983 1726773086.62838: dumping result to json 7983 1726773086.62840: done dumping result, returning 7983 1726773086.62846: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-4fbf-0a43-000000000510] 7983 1726773086.62851: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000510 7983 1726773086.62937: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000510 7983 1726773086.62940: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 7983 1726773086.62987: no more pending results, returning what we have 7983 1726773086.62991: results queue empty 7983 1726773086.62991: checking for any_errors_fatal 7983 1726773086.62996: done checking for any_errors_fatal 7983 1726773086.62997: checking for max_fail_percentage 7983 1726773086.62998: done checking for max_fail_percentage 7983 1726773086.62999: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.63000: done checking to see if all hosts have failed 7983 1726773086.63000: getting the remaining hosts for this loop 7983 1726773086.63002: done getting the remaining hosts for this loop 7983 1726773086.63010: getting the next task for host managed_node1 7983 1726773086.63015: done getting next task for host managed_node1 7983 1726773086.63018: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773086.63021: ^ 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? (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 7983 1726773086.63033: getting variables 7983 1726773086.63034: in VariableManager get_vars() 7983 1726773086.63059: Calling all_inventory to load vars for managed_node1 7983 1726773086.63061: Calling groups_inventory to load vars for managed_node1 7983 1726773086.63062: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.63068: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.63069: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.63071: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.63180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.63305: done with get_vars() 7983 1726773086.63312: done getting variables 7983 1726773086.63350: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.021) 0:00:15.723 **** 7983 1726773086.63370: entering _queue_task() for managed_node1/set_fact 7983 1726773086.63526: worker is 1 (out of 1 available) 7983 1726773086.63538: exiting _queue_task() for managed_node1/set_fact 7983 1726773086.63549: done queuing things up, now waiting for results queue to drain 7983 1726773086.63551: waiting for pending results... 7983 1726773086.63759: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773086.63887: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000511 7983 1726773086.63906: variable 'ansible_search_path' from source: unknown 7983 1726773086.63918: variable 'ansible_search_path' from source: unknown 7983 1726773086.63958: calling self._execute() 7983 1726773086.64051: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.64064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.64080: variable 'omit' from source: magic vars 7983 1726773086.64523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773086.64811: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773086.64859: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773086.64897: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773086.64957: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773086.65041: 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) 7983 1726773086.65071: 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) 7983 1726773086.65107: 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) 7983 1726773086.65144: 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) 7983 1726773086.65264: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773086.65281: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 7983 1726773086.65290: when evaluation is False, skipping this task 7983 1726773086.65297: _execute() done 7983 1726773086.65305: dumping result to json 7983 1726773086.65313: done dumping result, returning 7983 1726773086.65323: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-4fbf-0a43-000000000511] 7983 1726773086.65332: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000511 skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 7983 1726773086.65467: no more pending results, returning what we have 7983 1726773086.65471: results queue empty 7983 1726773086.65471: checking for any_errors_fatal 7983 1726773086.65479: done checking for any_errors_fatal 7983 1726773086.65480: checking for max_fail_percentage 7983 1726773086.65481: done checking for max_fail_percentage 7983 1726773086.65482: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.65483: done checking to see if all hosts have failed 7983 1726773086.65483: getting the remaining hosts for this loop 7983 1726773086.65485: done getting the remaining hosts for this loop 7983 1726773086.65488: getting the next task for host managed_node1 7983 1726773086.65495: done getting next task for host managed_node1 7983 1726773086.65498: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773086.65502: ^ 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? (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 7983 1726773086.65521: getting variables 7983 1726773086.65523: in VariableManager get_vars() 7983 1726773086.65558: Calling all_inventory to load vars for managed_node1 7983 1726773086.65561: Calling groups_inventory to load vars for managed_node1 7983 1726773086.65563: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.65572: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.65575: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.65581: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.65795: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000511 7983 1726773086.65799: WORKER PROCESS EXITING 7983 1726773086.65813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.66023: done with get_vars() 7983 1726773086.66032: done getting variables 7983 1726773086.66085: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.027) 0:00:15.751 **** 7983 1726773086.66123: entering _queue_task() for managed_node1/include_vars 7983 1726773086.66342: worker is 1 (out of 1 available) 7983 1726773086.66354: exiting _queue_task() for managed_node1/include_vars 7983 1726773086.66366: done queuing things up, now waiting for results queue to drain 7983 1726773086.66367: waiting for pending results... 7983 1726773086.66568: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773086.66650: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000513 7983 1726773086.66660: variable 'ansible_search_path' from source: unknown 7983 1726773086.66664: variable 'ansible_search_path' from source: unknown 7983 1726773086.66696: calling self._execute() 7983 1726773086.66763: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.66767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.66776: variable 'omit' from source: magic vars 7983 1726773086.66849: variable 'omit' from source: magic vars 7983 1726773086.66890: variable 'omit' from source: magic vars 7983 1726773086.67151: variable 'ffparams' from source: task vars 7983 1726773086.67252: variable 'ansible_facts' from source: unknown 7983 1726773086.67392: variable 'ansible_facts' from source: unknown 7983 1726773086.67485: variable 'ansible_facts' from source: unknown 7983 1726773086.67576: variable 'ansible_facts' from source: unknown 7983 1726773086.67654: variable 'role_path' from source: magic vars 7983 1726773086.67771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7983 1726773086.67936: Loaded config def from plugin (lookup/first_found) 7983 1726773086.67940: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 7983 1726773086.67970: variable 'ansible_search_path' from source: unknown 7983 1726773086.67984: variable 'ansible_search_path' from source: unknown 7983 1726773086.67992: variable 'ansible_search_path' from source: unknown 7983 1726773086.68207: variable 'ansible_search_path' from source: unknown 7983 1726773086.68212: variable 'ansible_search_path' from source: unknown 7983 1726773086.68215: variable 'omit' from source: magic vars 7983 1726773086.68217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773086.68220: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773086.68222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773086.68225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.68228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.68231: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773086.68233: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.68236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.68300: Set connection var ansible_shell_type to sh 7983 1726773086.68316: Set connection var ansible_timeout to 10 7983 1726773086.68335: Set connection var ansible_connection to ssh 7983 1726773086.68357: Set connection var ansible_pipelining to False 7983 1726773086.68368: Set connection var ansible_shell_executable to /bin/sh 7983 1726773086.68380: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773086.68410: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.68419: variable 'ansible_connection' from source: unknown 7983 1726773086.68426: variable 'ansible_module_compression' from source: unknown 7983 1726773086.68433: variable 'ansible_shell_type' from source: unknown 7983 1726773086.68445: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.68452: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.68462: variable 'ansible_pipelining' from source: unknown 7983 1726773086.68467: variable 'ansible_timeout' from source: unknown 7983 1726773086.68474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.68595: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773086.68613: variable 'omit' from source: magic vars 7983 1726773086.68622: starting attempt loop 7983 1726773086.68628: running the handler 7983 1726773086.68698: handler run complete 7983 1726773086.68716: attempt loop complete, returning result 7983 1726773086.68723: _execute() done 7983 1726773086.68729: dumping result to json 7983 1726773086.68737: done dumping result, returning 7983 1726773086.68750: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-4fbf-0a43-000000000513] 7983 1726773086.68762: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000513 ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 7983 1726773086.68980: no more pending results, returning what we have 7983 1726773086.68984: results queue empty 7983 1726773086.68985: checking for any_errors_fatal 7983 1726773086.68991: done checking for any_errors_fatal 7983 1726773086.68993: checking for max_fail_percentage 7983 1726773086.68995: done checking for max_fail_percentage 7983 1726773086.68996: checking to see if all hosts have failed and the running result is not ok 7983 1726773086.68997: done checking to see if all hosts have failed 7983 1726773086.68998: getting the remaining hosts for this loop 7983 1726773086.69000: done getting the remaining hosts for this loop 7983 1726773086.69005: getting the next task for host managed_node1 7983 1726773086.69013: done getting next task for host managed_node1 7983 1726773086.69016: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773086.69020: ^ 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? (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 7983 1726773086.69031: getting variables 7983 1726773086.69033: in VariableManager get_vars() 7983 1726773086.69064: Calling all_inventory to load vars for managed_node1 7983 1726773086.69067: Calling groups_inventory to load vars for managed_node1 7983 1726773086.69069: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773086.69081: Calling all_plugins_play to load vars for managed_node1 7983 1726773086.69085: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773086.69088: Calling groups_plugins_play to load vars for managed_node1 7983 1726773086.69256: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000513 7983 1726773086.69259: WORKER PROCESS EXITING 7983 1726773086.69282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773086.69460: done with get_vars() 7983 1726773086.69468: done getting variables 7983 1726773086.69507: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:26 -0400 (0:00:00.034) 0:00:15.785 **** 7983 1726773086.69528: entering _queue_task() for managed_node1/package 7983 1726773086.69678: worker is 1 (out of 1 available) 7983 1726773086.69690: exiting _queue_task() for managed_node1/package 7983 1726773086.69701: done queuing things up, now waiting for results queue to drain 7983 1726773086.69705: waiting for pending results... 7983 1726773086.69881: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773086.69955: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000003ff 7983 1726773086.69966: variable 'ansible_search_path' from source: unknown 7983 1726773086.69969: variable 'ansible_search_path' from source: unknown 7983 1726773086.70002: calling self._execute() 7983 1726773086.70067: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.70071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.70082: variable 'omit' from source: magic vars 7983 1726773086.70155: variable 'omit' from source: magic vars 7983 1726773086.70187: variable 'omit' from source: magic vars 7983 1726773086.70207: variable '__kernel_settings_packages' from source: include_vars 7983 1726773086.70474: variable '__kernel_settings_packages' from source: include_vars 7983 1726773086.70619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773086.72021: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773086.72070: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773086.72100: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773086.72127: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773086.72147: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773086.72216: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773086.72235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773086.72252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773086.72280: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773086.72289: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773086.72364: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773086.72368: variable 'omit' from source: magic vars 7983 1726773086.72389: variable 'omit' from source: magic vars 7983 1726773086.72410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773086.72435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773086.72449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773086.72462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.72470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773086.72494: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773086.72497: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.72500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.72573: Set connection var ansible_shell_type to sh 7983 1726773086.72582: Set connection var ansible_timeout to 10 7983 1726773086.72587: Set connection var ansible_connection to ssh 7983 1726773086.72595: Set connection var ansible_pipelining to False 7983 1726773086.72600: Set connection var ansible_shell_executable to /bin/sh 7983 1726773086.72606: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773086.72624: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.72629: variable 'ansible_connection' from source: unknown 7983 1726773086.72634: variable 'ansible_module_compression' from source: unknown 7983 1726773086.72639: variable 'ansible_shell_type' from source: unknown 7983 1726773086.72644: variable 'ansible_shell_executable' from source: unknown 7983 1726773086.72647: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773086.72652: variable 'ansible_pipelining' from source: unknown 7983 1726773086.72654: variable 'ansible_timeout' from source: unknown 7983 1726773086.72658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773086.72726: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773086.72735: variable 'omit' from source: magic vars 7983 1726773086.72747: starting attempt loop 7983 1726773086.72750: running the handler 7983 1726773086.72755: variable 'ansible_facts' from source: unknown 7983 1726773086.72758: variable 'ansible_facts' from source: unknown 7983 1726773086.72797: _low_level_execute_command(): starting 7983 1726773086.72802: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773086.73284: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773086.73310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773086.73324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773086.73334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.73373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773086.73389: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.73501: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.75205: stdout chunk (state=3): >>>/root <<< 7983 1726773086.75308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.75355: stderr chunk (state=3): >>><<< 7983 1726773086.75358: stdout chunk (state=3): >>><<< 7983 1726773086.75375: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773086.75387: _low_level_execute_command(): starting 7983 1726773086.75390: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455 `" && echo ansible-tmp-1726773086.7537408-8686-223350112829455="` echo /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455 `" ) && sleep 0' 7983 1726773086.75806: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773086.75820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.75836: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773086.75847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773086.75856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.75908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773086.75924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.76025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.77987: stdout chunk (state=3): >>>ansible-tmp-1726773086.7537408-8686-223350112829455=/root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455 <<< 7983 1726773086.78098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.78145: stderr chunk (state=3): >>><<< 7983 1726773086.78148: stdout chunk (state=3): >>><<< 7983 1726773086.78161: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773086.7537408-8686-223350112829455=/root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773086.78187: variable 'ansible_module_compression' from source: unknown 7983 1726773086.78230: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7983 1726773086.78261: variable 'ansible_facts' from source: unknown 7983 1726773086.78328: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/AnsiballZ_dnf.py 7983 1726773086.78425: Sending initial data 7983 1726773086.78435: Sent initial data (150 bytes) 7983 1726773086.79084: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773086.79087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.79125: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.79129: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773086.79131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.79188: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773086.79194: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.79288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.81094: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773086.81193: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773086.81289: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpd46sczuf /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/AnsiballZ_dnf.py <<< 7983 1726773086.81396: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773086.82652: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.82745: stderr chunk (state=3): >>><<< 7983 1726773086.82749: stdout chunk (state=3): >>><<< 7983 1726773086.82764: done transferring module to remote 7983 1726773086.82772: _low_level_execute_command(): starting 7983 1726773086.82777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/ /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/AnsiballZ_dnf.py && sleep 0' 7983 1726773086.83233: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773086.83238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.83267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.83271: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.83277: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.83326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773086.83329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.83433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773086.85336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773086.85379: stderr chunk (state=3): >>><<< 7983 1726773086.85383: stdout chunk (state=3): >>><<< 7983 1726773086.85393: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773086.85395: _low_level_execute_command(): starting 7983 1726773086.85400: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/AnsiballZ_dnf.py && sleep 0' 7983 1726773086.85824: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773086.85828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773086.85867: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.85870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773086.85872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773086.85923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773086.85926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773086.86033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773087.95078: 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}}} <<< 7983 1726773088.01779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773088.01784: stdout chunk (state=3): >>><<< 7983 1726773088.01787: stderr chunk (state=3): >>><<< 7983 1726773088.01942: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773088.01947: 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-1726773086.7537408-8686-223350112829455/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773088.01949: _low_level_execute_command(): starting 7983 1726773088.01952: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773086.7537408-8686-223350112829455/ > /dev/null 2>&1 && sleep 0' 7983 1726773088.02532: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.02556: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.02572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.02595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.02640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.02654: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.02669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.02690: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.02708: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.02722: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.02736: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.02752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.02770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.02788: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.02800: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.02819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.02897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.02916: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.02931: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.03064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.04935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.05023: stderr chunk (state=3): >>><<< 7983 1726773088.05034: stdout chunk (state=3): >>><<< 7983 1726773088.05315: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.05319: handler run complete 7983 1726773088.05322: attempt loop complete, returning result 7983 1726773088.05324: _execute() done 7983 1726773088.05326: dumping result to json 7983 1726773088.05328: done dumping result, returning 7983 1726773088.05330: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-4fbf-0a43-0000000003ff] 7983 1726773088.05332: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003ff 7983 1726773088.05410: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000003ff 7983 1726773088.05415: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7983 1726773088.05527: no more pending results, returning what we have 7983 1726773088.05531: results queue empty 7983 1726773088.05532: checking for any_errors_fatal 7983 1726773088.05542: done checking for any_errors_fatal 7983 1726773088.05543: checking for max_fail_percentage 7983 1726773088.05544: done checking for max_fail_percentage 7983 1726773088.05546: checking to see if all hosts have failed and the running result is not ok 7983 1726773088.05546: done checking to see if all hosts have failed 7983 1726773088.05547: getting the remaining hosts for this loop 7983 1726773088.05549: done getting the remaining hosts for this loop 7983 1726773088.05553: getting the next task for host managed_node1 7983 1726773088.05561: done getting next task for host managed_node1 7983 1726773088.05565: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773088.05568: ^ 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? (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 7983 1726773088.05579: getting variables 7983 1726773088.05581: in VariableManager get_vars() 7983 1726773088.05621: Calling all_inventory to load vars for managed_node1 7983 1726773088.05624: Calling groups_inventory to load vars for managed_node1 7983 1726773088.05627: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773088.05636: Calling all_plugins_play to load vars for managed_node1 7983 1726773088.05639: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773088.05642: Calling groups_plugins_play to load vars for managed_node1 7983 1726773088.06046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773088.06268: done with get_vars() 7983 1726773088.06280: done getting variables 7983 1726773088.06340: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:28 -0400 (0:00:01.368) 0:00:17.153 **** 7983 1726773088.06377: entering _queue_task() for managed_node1/debug 7983 1726773088.06629: worker is 1 (out of 1 available) 7983 1726773088.06641: exiting _queue_task() for managed_node1/debug 7983 1726773088.06653: done queuing things up, now waiting for results queue to drain 7983 1726773088.06655: waiting for pending results... 7983 1726773088.06944: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773088.07067: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000401 7983 1726773088.07085: variable 'ansible_search_path' from source: unknown 7983 1726773088.07097: variable 'ansible_search_path' from source: unknown 7983 1726773088.07148: calling self._execute() 7983 1726773088.07253: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.07265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.07279: variable 'omit' from source: magic vars 7983 1726773088.07788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773088.10208: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773088.10286: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773088.10333: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773088.10376: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773088.10419: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773088.10512: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773088.10546: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773088.10583: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773088.10639: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773088.10659: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773088.10779: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773088.10807: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773088.10817: when evaluation is False, skipping this task 7983 1726773088.10830: _execute() done 7983 1726773088.10840: dumping result to json 7983 1726773088.10848: done dumping result, returning 7983 1726773088.10857: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-000000000401] 7983 1726773088.10867: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000401 7983 1726773088.10978: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000401 7983 1726773088.10986: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 7983 1726773088.11047: no more pending results, returning what we have 7983 1726773088.11051: results queue empty 7983 1726773088.11052: checking for any_errors_fatal 7983 1726773088.11060: done checking for any_errors_fatal 7983 1726773088.11061: checking for max_fail_percentage 7983 1726773088.11063: done checking for max_fail_percentage 7983 1726773088.11064: checking to see if all hosts have failed and the running result is not ok 7983 1726773088.11065: done checking to see if all hosts have failed 7983 1726773088.11065: getting the remaining hosts for this loop 7983 1726773088.11067: done getting the remaining hosts for this loop 7983 1726773088.11071: getting the next task for host managed_node1 7983 1726773088.11078: done getting next task for host managed_node1 7983 1726773088.11082: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773088.11085: ^ 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? (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 7983 1726773088.11100: getting variables 7983 1726773088.11102: in VariableManager get_vars() 7983 1726773088.11141: Calling all_inventory to load vars for managed_node1 7983 1726773088.11144: Calling groups_inventory to load vars for managed_node1 7983 1726773088.11146: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773088.11156: Calling all_plugins_play to load vars for managed_node1 7983 1726773088.11159: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773088.11162: Calling groups_plugins_play to load vars for managed_node1 7983 1726773088.11339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773088.11565: done with get_vars() 7983 1726773088.11576: done getting variables 7983 1726773088.11758: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:28 -0400 (0:00:00.054) 0:00:17.207 **** 7983 1726773088.11792: entering _queue_task() for managed_node1/reboot 7983 1726773088.12133: worker is 1 (out of 1 available) 7983 1726773088.12145: exiting _queue_task() for managed_node1/reboot 7983 1726773088.12155: done queuing things up, now waiting for results queue to drain 7983 1726773088.12157: waiting for pending results... 7983 1726773088.12439: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773088.12562: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000402 7983 1726773088.12581: variable 'ansible_search_path' from source: unknown 7983 1726773088.12589: variable 'ansible_search_path' from source: unknown 7983 1726773088.12638: calling self._execute() 7983 1726773088.12737: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.12749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.12762: variable 'omit' from source: magic vars 7983 1726773088.13330: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773088.15628: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773088.15697: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773088.15754: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773088.15795: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773088.15833: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773088.15913: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773088.15953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773088.15984: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773088.16043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773088.16062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773088.16178: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773088.16201: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773088.16214: when evaluation is False, skipping this task 7983 1726773088.16222: _execute() done 7983 1726773088.16228: dumping result to json 7983 1726773088.16242: done dumping result, returning 7983 1726773088.16260: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-4fbf-0a43-000000000402] 7983 1726773088.16270: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000402 skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773088.16424: no more pending results, returning what we have 7983 1726773088.16429: results queue empty 7983 1726773088.16430: checking for any_errors_fatal 7983 1726773088.16436: done checking for any_errors_fatal 7983 1726773088.16437: checking for max_fail_percentage 7983 1726773088.16438: done checking for max_fail_percentage 7983 1726773088.16439: checking to see if all hosts have failed and the running result is not ok 7983 1726773088.16440: done checking to see if all hosts have failed 7983 1726773088.16441: getting the remaining hosts for this loop 7983 1726773088.16442: done getting the remaining hosts for this loop 7983 1726773088.16447: getting the next task for host managed_node1 7983 1726773088.16453: done getting next task for host managed_node1 7983 1726773088.16458: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773088.16461: ^ 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? (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 7983 1726773088.16477: getting variables 7983 1726773088.16479: in VariableManager get_vars() 7983 1726773088.16520: Calling all_inventory to load vars for managed_node1 7983 1726773088.16523: Calling groups_inventory to load vars for managed_node1 7983 1726773088.16526: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773088.16536: Calling all_plugins_play to load vars for managed_node1 7983 1726773088.16538: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773088.16541: Calling groups_plugins_play to load vars for managed_node1 7983 1726773088.16766: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000402 7983 1726773088.16788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773088.17009: done with get_vars() 7983 1726773088.17021: done getting variables 7983 1726773088.17087: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:11:28 -0400 (0:00:00.053) 0:00:17.261 **** 7983 1726773088.17123: entering _queue_task() for managed_node1/fail 7983 1726773088.17137: WORKER PROCESS EXITING 7983 1726773088.17637: worker is 1 (out of 1 available) 7983 1726773088.17648: exiting _queue_task() for managed_node1/fail 7983 1726773088.17659: done queuing things up, now waiting for results queue to drain 7983 1726773088.17660: waiting for pending results... 7983 1726773088.17952: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773088.18084: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000403 7983 1726773088.18106: variable 'ansible_search_path' from source: unknown 7983 1726773088.18117: variable 'ansible_search_path' from source: unknown 7983 1726773088.18161: calling self._execute() 7983 1726773088.18262: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.18275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.18291: variable 'omit' from source: magic vars 7983 1726773088.18809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773088.21146: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773088.21229: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773088.21276: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773088.21322: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773088.21358: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773088.21441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773088.21481: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773088.21521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773088.21572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773088.21593: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773088.21711: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773088.21739: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773088.21747: when evaluation is False, skipping this task 7983 1726773088.21756: _execute() done 7983 1726773088.21763: dumping result to json 7983 1726773088.21771: done dumping result, returning 7983 1726773088.21781: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-4fbf-0a43-000000000403] 7983 1726773088.21795: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000403 skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773088.21944: no more pending results, returning what we have 7983 1726773088.21948: results queue empty 7983 1726773088.21949: checking for any_errors_fatal 7983 1726773088.21954: done checking for any_errors_fatal 7983 1726773088.21955: checking for max_fail_percentage 7983 1726773088.21956: done checking for max_fail_percentage 7983 1726773088.21957: checking to see if all hosts have failed and the running result is not ok 7983 1726773088.21959: done checking to see if all hosts have failed 7983 1726773088.21959: getting the remaining hosts for this loop 7983 1726773088.21961: done getting the remaining hosts for this loop 7983 1726773088.21965: getting the next task for host managed_node1 7983 1726773088.21973: done getting next task for host managed_node1 7983 1726773088.21977: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773088.21980: ^ 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? (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 7983 1726773088.21995: getting variables 7983 1726773088.21997: in VariableManager get_vars() 7983 1726773088.22036: Calling all_inventory to load vars for managed_node1 7983 1726773088.22039: Calling groups_inventory to load vars for managed_node1 7983 1726773088.22042: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773088.22051: Calling all_plugins_play to load vars for managed_node1 7983 1726773088.22055: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773088.22058: Calling groups_plugins_play to load vars for managed_node1 7983 1726773088.22241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773088.22466: done with get_vars() 7983 1726773088.22478: done getting variables 7983 1726773088.22626: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000403 7983 1726773088.22629: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:11:28 -0400 (0:00:00.055) 0:00:17.316 **** 7983 1726773088.22643: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773088.23037: worker is 1 (out of 1 available) 7983 1726773088.23048: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773088.23060: done queuing things up, now waiting for results queue to drain 7983 1726773088.23061: waiting for pending results... 7983 1726773088.23346: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773088.23470: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000405 7983 1726773088.23489: variable 'ansible_search_path' from source: unknown 7983 1726773088.23499: variable 'ansible_search_path' from source: unknown 7983 1726773088.23546: calling self._execute() 7983 1726773088.23641: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.23653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.23666: variable 'omit' from source: magic vars 7983 1726773088.23772: variable 'omit' from source: magic vars 7983 1726773088.23827: variable 'omit' from source: magic vars 7983 1726773088.23866: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773088.24245: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773088.24338: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773088.24386: variable 'omit' from source: magic vars 7983 1726773088.24435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773088.24472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773088.24507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773088.24530: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773088.24546: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773088.24580: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773088.24596: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.24607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.24708: Set connection var ansible_shell_type to sh 7983 1726773088.24729: Set connection var ansible_timeout to 10 7983 1726773088.24742: Set connection var ansible_connection to ssh 7983 1726773088.24758: Set connection var ansible_pipelining to False 7983 1726773088.24769: Set connection var ansible_shell_executable to /bin/sh 7983 1726773088.24779: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773088.24806: variable 'ansible_shell_executable' from source: unknown 7983 1726773088.24819: variable 'ansible_connection' from source: unknown 7983 1726773088.24829: variable 'ansible_module_compression' from source: unknown 7983 1726773088.24842: variable 'ansible_shell_type' from source: unknown 7983 1726773088.24850: variable 'ansible_shell_executable' from source: unknown 7983 1726773088.24856: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.24863: variable 'ansible_pipelining' from source: unknown 7983 1726773088.24868: variable 'ansible_timeout' from source: unknown 7983 1726773088.24875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.25056: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773088.25071: variable 'omit' from source: magic vars 7983 1726773088.25082: starting attempt loop 7983 1726773088.25090: running the handler 7983 1726773088.25111: _low_level_execute_command(): starting 7983 1726773088.25125: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773088.25885: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.25910: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.25932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.25953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.25997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.26014: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.26035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.26054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.26067: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.26079: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.26093: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.26111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.26132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.26149: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.26162: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.26179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.26265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.26289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.26309: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.26454: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.28140: stdout chunk (state=3): >>>/root <<< 7983 1726773088.28239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.28317: stderr chunk (state=3): >>><<< 7983 1726773088.28321: stdout chunk (state=3): >>><<< 7983 1726773088.28428: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.28431: _low_level_execute_command(): starting 7983 1726773088.28434: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120 `" && echo ansible-tmp-1726773088.283411-8752-125405749334120="` echo /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120 `" ) && sleep 0' 7983 1726773088.29011: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.29026: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.29042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.29060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.29108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.29122: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.29136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.29155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.29170: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.29187: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.29201: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.29216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.29231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.29243: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.29254: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.29268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.29350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.29371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.29388: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.29527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.31495: stdout chunk (state=3): >>>ansible-tmp-1726773088.283411-8752-125405749334120=/root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120 <<< 7983 1726773088.31614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.31685: stderr chunk (state=3): >>><<< 7983 1726773088.31696: stdout chunk (state=3): >>><<< 7983 1726773088.31913: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773088.283411-8752-125405749334120=/root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.31917: variable 'ansible_module_compression' from source: unknown 7983 1726773088.31920: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 7983 1726773088.31922: variable 'ansible_facts' from source: unknown 7983 1726773088.31950: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/AnsiballZ_kernel_settings_get_config.py 7983 1726773088.32095: Sending initial data 7983 1726773088.32098: Sent initial data (172 bytes) 7983 1726773088.33081: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.33096: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.33119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.33138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.33182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.33195: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.33212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.33237: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.33249: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.33260: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.33272: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.33287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.33307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.33321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.33337: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.33351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.33429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.33456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.33471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.33595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.35448: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773088.35543: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773088.35643: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpskr7_r5b /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773088.35737: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773088.36977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.37209: stderr chunk (state=3): >>><<< 7983 1726773088.37212: stdout chunk (state=3): >>><<< 7983 1726773088.37218: done transferring module to remote 7983 1726773088.37221: _low_level_execute_command(): starting 7983 1726773088.37223: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/ /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773088.37814: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.37828: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.37843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.37861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.37914: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.37927: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.37944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.37962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.37974: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.37985: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.38008: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.38023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.38038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.38050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.38061: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.38073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.38158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.38182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.38199: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.38340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.40214: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.40283: stderr chunk (state=3): >>><<< 7983 1726773088.40293: stdout chunk (state=3): >>><<< 7983 1726773088.40395: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.40398: _low_level_execute_command(): starting 7983 1726773088.40401: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773088.41035: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.41050: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.41065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.41091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.41141: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.41155: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.41173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.41200: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.41215: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.41227: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.41240: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.41254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.41270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.41283: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.41307: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.41324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.41392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.41432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.41451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.41590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.55478: 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"}}} <<< 7983 1726773088.56611: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773088.56615: stdout chunk (state=3): >>><<< 7983 1726773088.56618: stderr chunk (state=3): >>><<< 7983 1726773088.56714: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773088.56723: 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-1726773088.283411-8752-125405749334120/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773088.56727: _low_level_execute_command(): starting 7983 1726773088.56730: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773088.283411-8752-125405749334120/ > /dev/null 2>&1 && sleep 0' 7983 1726773088.57400: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.57417: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.57433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.57452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.57507: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.57521: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.57536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.57556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.57568: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.57581: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.57601: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.57621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.57638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.57650: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.57661: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.57675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.57762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.57784: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.57803: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.57945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.59821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.59890: stderr chunk (state=3): >>><<< 7983 1726773088.59901: stdout chunk (state=3): >>><<< 7983 1726773088.60215: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.60219: handler run complete 7983 1726773088.60221: attempt loop complete, returning result 7983 1726773088.60223: _execute() done 7983 1726773088.60225: dumping result to json 7983 1726773088.60227: done dumping result, returning 7983 1726773088.60229: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-4fbf-0a43-000000000405] 7983 1726773088.60231: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000405 7983 1726773088.60305: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000405 7983 1726773088.60309: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 7983 1726773088.60387: no more pending results, returning what we have 7983 1726773088.60390: results queue empty 7983 1726773088.60391: checking for any_errors_fatal 7983 1726773088.60396: done checking for any_errors_fatal 7983 1726773088.60397: checking for max_fail_percentage 7983 1726773088.60399: done checking for max_fail_percentage 7983 1726773088.60400: checking to see if all hosts have failed and the running result is not ok 7983 1726773088.60401: done checking to see if all hosts have failed 7983 1726773088.60401: getting the remaining hosts for this loop 7983 1726773088.60402: done getting the remaining hosts for this loop 7983 1726773088.60408: getting the next task for host managed_node1 7983 1726773088.60412: done getting next task for host managed_node1 7983 1726773088.60416: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773088.60419: ^ 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? (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 7983 1726773088.60430: getting variables 7983 1726773088.60431: in VariableManager get_vars() 7983 1726773088.60466: Calling all_inventory to load vars for managed_node1 7983 1726773088.60469: Calling groups_inventory to load vars for managed_node1 7983 1726773088.60471: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773088.60480: Calling all_plugins_play to load vars for managed_node1 7983 1726773088.60483: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773088.60486: Calling groups_plugins_play to load vars for managed_node1 7983 1726773088.60786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773088.61007: done with get_vars() 7983 1726773088.61019: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:11:28 -0400 (0:00:00.384) 0:00:17.701 **** 7983 1726773088.61126: entering _queue_task() for managed_node1/stat 7983 1726773088.61372: worker is 1 (out of 1 available) 7983 1726773088.61384: exiting _queue_task() for managed_node1/stat 7983 1726773088.61394: done queuing things up, now waiting for results queue to drain 7983 1726773088.61396: waiting for pending results... 7983 1726773088.61679: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773088.61811: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000406 7983 1726773088.61831: variable 'ansible_search_path' from source: unknown 7983 1726773088.61843: variable 'ansible_search_path' from source: unknown 7983 1726773088.61894: variable '__prof_from_conf' from source: task vars 7983 1726773088.62229: variable '__prof_from_conf' from source: task vars 7983 1726773088.62448: variable '__data' from source: task vars 7983 1726773088.62537: variable '__kernel_settings_register_tuned_main' from source: set_fact 7983 1726773088.62756: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773088.62771: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773088.62847: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773088.62872: variable 'omit' from source: magic vars 7983 1726773088.63008: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.63023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.63041: variable 'omit' from source: magic vars 7983 1726773088.63369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773088.65863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773088.65967: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773088.66016: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773088.66077: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773088.66110: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773088.66194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773088.66229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773088.66259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773088.66310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773088.66329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773088.66429: variable 'item' from source: unknown 7983 1726773088.66450: Evaluated conditional (item | length > 0): False 7983 1726773088.66457: when evaluation is False, skipping this task 7983 1726773088.66495: variable 'item' from source: unknown 7983 1726773088.66568: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 7983 1726773088.66807: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.66821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.66835: variable 'omit' from source: magic vars 7983 1726773088.66993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773088.67026: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773088.67056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773088.67108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773088.67127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773088.67215: variable 'item' from source: unknown 7983 1726773088.67227: Evaluated conditional (item | length > 0): True 7983 1726773088.67237: variable 'omit' from source: magic vars 7983 1726773088.67280: variable 'omit' from source: magic vars 7983 1726773088.67336: variable 'item' from source: unknown 7983 1726773088.67406: variable 'item' from source: unknown 7983 1726773088.67428: variable 'omit' from source: magic vars 7983 1726773088.67457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773088.67487: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773088.67517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773088.67538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773088.67557: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773088.67591: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773088.67599: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.67610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.67713: Set connection var ansible_shell_type to sh 7983 1726773088.67734: Set connection var ansible_timeout to 10 7983 1726773088.67747: Set connection var ansible_connection to ssh 7983 1726773088.67762: Set connection var ansible_pipelining to False 7983 1726773088.67772: Set connection var ansible_shell_executable to /bin/sh 7983 1726773088.67782: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773088.67806: variable 'ansible_shell_executable' from source: unknown 7983 1726773088.67814: variable 'ansible_connection' from source: unknown 7983 1726773088.67821: variable 'ansible_module_compression' from source: unknown 7983 1726773088.67827: variable 'ansible_shell_type' from source: unknown 7983 1726773088.67842: variable 'ansible_shell_executable' from source: unknown 7983 1726773088.67852: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773088.67860: variable 'ansible_pipelining' from source: unknown 7983 1726773088.67866: variable 'ansible_timeout' from source: unknown 7983 1726773088.67873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773088.68019: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773088.68040: variable 'omit' from source: magic vars 7983 1726773088.68053: starting attempt loop 7983 1726773088.68063: running the handler 7983 1726773088.68080: _low_level_execute_command(): starting 7983 1726773088.68092: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773088.68809: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.68831: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.68848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.68868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.68913: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.68931: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.68947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.68967: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.68980: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.68993: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.69014: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.69017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.69031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.69048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.69060: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.69075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.69154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.69175: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.69190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.69334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.71024: stdout chunk (state=3): >>>/root <<< 7983 1726773088.71201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.71207: stdout chunk (state=3): >>><<< 7983 1726773088.71209: stderr chunk (state=3): >>><<< 7983 1726773088.71309: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.71313: _low_level_execute_command(): starting 7983 1726773088.71315: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321 `" && echo ansible-tmp-1726773088.7123392-8777-88600581067321="` echo /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321 `" ) && sleep 0' 7983 1726773088.71908: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.71923: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.71938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.71958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.72014: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.72028: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.72044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.72062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.72075: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.72096: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.72112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.72128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.72144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.72158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.72170: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.72185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.72269: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.72292: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.72317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.72453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.74404: stdout chunk (state=3): >>>ansible-tmp-1726773088.7123392-8777-88600581067321=/root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321 <<< 7983 1726773088.74519: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.74590: stderr chunk (state=3): >>><<< 7983 1726773088.74604: stdout chunk (state=3): >>><<< 7983 1726773088.74915: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773088.7123392-8777-88600581067321=/root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.74923: variable 'ansible_module_compression' from source: unknown 7983 1726773088.74925: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773088.74927: variable 'ansible_facts' from source: unknown 7983 1726773088.74929: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/AnsiballZ_stat.py 7983 1726773088.75001: Sending initial data 7983 1726773088.75006: Sent initial data (150 bytes) 7983 1726773088.76024: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.76038: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.76052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.76070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.76122: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.76139: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.76153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.76170: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.76182: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.76193: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.76208: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.76224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.76249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.76262: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.76275: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.76289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.76378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.76400: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.76443: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.76585: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.78433: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773088.78528: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773088.78639: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpnl564w_l /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/AnsiballZ_stat.py <<< 7983 1726773088.78732: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773088.80023: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.80271: stderr chunk (state=3): >>><<< 7983 1726773088.80274: stdout chunk (state=3): >>><<< 7983 1726773088.80277: done transferring module to remote 7983 1726773088.80279: _low_level_execute_command(): starting 7983 1726773088.80281: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/ /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/AnsiballZ_stat.py && sleep 0' 7983 1726773088.80879: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.80893: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.80910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.80929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.80981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.80994: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.81010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.81028: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.81042: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.81061: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.81075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.81089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.81106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.81118: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.81128: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.81142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.81227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.81248: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.81268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.81406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.83274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773088.83343: stderr chunk (state=3): >>><<< 7983 1726773088.83354: stdout chunk (state=3): >>><<< 7983 1726773088.83453: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773088.83461: _low_level_execute_command(): starting 7983 1726773088.83463: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/AnsiballZ_stat.py && sleep 0' 7983 1726773088.84047: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773088.84061: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.84076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.84094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.84148: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.84161: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773088.84175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.84194: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773088.84208: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773088.84220: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773088.84234: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.84258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773088.84275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.84288: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773088.84300: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773088.84317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.84402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773088.84425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773088.84441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773088.84586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773088.98034: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773088.99128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773088.99228: stderr chunk (state=3): >>><<< 7983 1726773088.99232: stdout chunk (state=3): >>><<< 7983 1726773088.99364: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773088.99369: 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-1726773088.7123392-8777-88600581067321/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773088.99372: _low_level_execute_command(): starting 7983 1726773088.99374: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773088.7123392-8777-88600581067321/ > /dev/null 2>&1 && sleep 0' 7983 1726773088.99897: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.99904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.99959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773088.99962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773088.99964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773088.99966: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773088.99968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.00023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.00026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.00144: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.02035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.02075: stderr chunk (state=3): >>><<< 7983 1726773089.02080: stdout chunk (state=3): >>><<< 7983 1726773089.02095: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.02102: handler run complete 7983 1726773089.02118: attempt loop complete, returning result 7983 1726773089.02134: variable 'item' from source: unknown 7983 1726773089.02196: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 7983 1726773089.02300: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.02303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.02306: variable 'omit' from source: magic vars 7983 1726773089.02413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773089.02435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773089.02452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773089.02477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773089.02491: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773089.02554: variable 'item' from source: unknown 7983 1726773089.02561: Evaluated conditional (item | length > 0): True 7983 1726773089.02565: variable 'omit' from source: magic vars 7983 1726773089.02577: variable 'omit' from source: magic vars 7983 1726773089.02625: variable 'item' from source: unknown 7983 1726773089.02686: variable 'item' from source: unknown 7983 1726773089.02700: variable 'omit' from source: magic vars 7983 1726773089.02721: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773089.02728: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.02735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.02748: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773089.02751: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.02753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.02824: Set connection var ansible_shell_type to sh 7983 1726773089.02830: Set connection var ansible_timeout to 10 7983 1726773089.02835: Set connection var ansible_connection to ssh 7983 1726773089.02844: Set connection var ansible_pipelining to False 7983 1726773089.02851: Set connection var ansible_shell_executable to /bin/sh 7983 1726773089.02853: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773089.02873: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.02876: variable 'ansible_connection' from source: unknown 7983 1726773089.02878: variable 'ansible_module_compression' from source: unknown 7983 1726773089.02883: variable 'ansible_shell_type' from source: unknown 7983 1726773089.02885: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.02888: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.02892: variable 'ansible_pipelining' from source: unknown 7983 1726773089.02894: variable 'ansible_timeout' from source: unknown 7983 1726773089.02898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.02994: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773089.03003: variable 'omit' from source: magic vars 7983 1726773089.03007: starting attempt loop 7983 1726773089.03010: running the handler 7983 1726773089.03018: _low_level_execute_command(): starting 7983 1726773089.03020: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773089.03567: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773089.03575: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.03587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.03599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.03635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773089.03642: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773089.03651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.03664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773089.03671: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773089.03680: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773089.03692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.03702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.03712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773089.03717: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.03776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.03780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.03891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.05588: stdout chunk (state=3): >>>/root <<< 7983 1726773089.05692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.05736: stderr chunk (state=3): >>><<< 7983 1726773089.05739: stdout chunk (state=3): >>><<< 7983 1726773089.05750: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.05760: _low_level_execute_command(): starting 7983 1726773089.05766: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611 `" && echo ansible-tmp-1726773089.057506-8777-127357712399611="` echo /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611 `" ) && sleep 0' 7983 1726773089.06165: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.06171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.06226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.06229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.06231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.06233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.06236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.06275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.06287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.06395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.08373: stdout chunk (state=3): >>>ansible-tmp-1726773089.057506-8777-127357712399611=/root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611 <<< 7983 1726773089.08482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.08526: stderr chunk (state=3): >>><<< 7983 1726773089.08529: stdout chunk (state=3): >>><<< 7983 1726773089.08540: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773089.057506-8777-127357712399611=/root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.08580: variable 'ansible_module_compression' from source: unknown 7983 1726773089.08613: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773089.08628: variable 'ansible_facts' from source: unknown 7983 1726773089.08675: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/AnsiballZ_stat.py 7983 1726773089.08761: Sending initial data 7983 1726773089.08764: Sent initial data (150 bytes) 7983 1726773089.09382: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.09386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.09434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.09437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.09440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.09442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.09487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773089.09497: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.09610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.11430: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773089.11524: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773089.11621: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp__sepy4a /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/AnsiballZ_stat.py <<< 7983 1726773089.11716: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773089.12725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.12815: stderr chunk (state=3): >>><<< 7983 1726773089.12819: stdout chunk (state=3): >>><<< 7983 1726773089.12832: done transferring module to remote 7983 1726773089.12839: _low_level_execute_command(): starting 7983 1726773089.12843: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/ /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/AnsiballZ_stat.py && sleep 0' 7983 1726773089.13244: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.13250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.13294: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.13305: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773089.13308: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.13353: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773089.13357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.13467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.15332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.15378: stderr chunk (state=3): >>><<< 7983 1726773089.15382: stdout chunk (state=3): >>><<< 7983 1726773089.15391: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.15394: _low_level_execute_command(): starting 7983 1726773089.15398: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/AnsiballZ_stat.py && sleep 0' 7983 1726773089.15794: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.15800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.15831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.15843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.15894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.15898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773089.15911: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.16026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.30365: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 442499201, "dev": 51713, "nlink": 4, "atime": 1726773080.9572053, "mtime": 1726773079.2771988, "ctime": 1726773079.2771988, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773089.31674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.31681: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773089.31743: stderr chunk (state=3): >>><<< 7983 1726773089.31746: stdout chunk (state=3): >>><<< 7983 1726773089.31761: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 442499201, "dev": 51713, "nlink": 4, "atime": 1726773080.9572053, "mtime": 1726773079.2771988, "ctime": 1726773079.2771988, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773089.31800: 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-1726773089.057506-8777-127357712399611/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773089.31810: _low_level_execute_command(): starting 7983 1726773089.31813: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773089.057506-8777-127357712399611/ > /dev/null 2>&1 && sleep 0' 7983 1726773089.32250: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.32276: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.32289: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773089.32299: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.32343: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.32355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773089.32367: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.32469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.34346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.34392: stderr chunk (state=3): >>><<< 7983 1726773089.34395: stdout chunk (state=3): >>><<< 7983 1726773089.34411: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.34416: handler run complete 7983 1726773089.34446: attempt loop complete, returning result 7983 1726773089.34461: variable 'item' from source: unknown 7983 1726773089.34525: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773080.9572053, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773079.2771988, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499201, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773079.2771988, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "280734677", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 7983 1726773089.34668: dumping result to json 7983 1726773089.34670: done dumping result, returning 7983 1726773089.34672: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-4fbf-0a43-000000000406] 7983 1726773089.34674: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000406 7983 1726773089.34720: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000406 7983 1726773089.34723: WORKER PROCESS EXITING 7983 1726773089.34798: no more pending results, returning what we have 7983 1726773089.34801: results queue empty 7983 1726773089.34802: checking for any_errors_fatal 7983 1726773089.34809: done checking for any_errors_fatal 7983 1726773089.34810: checking for max_fail_percentage 7983 1726773089.34811: done checking for max_fail_percentage 7983 1726773089.34812: checking to see if all hosts have failed and the running result is not ok 7983 1726773089.34813: done checking to see if all hosts have failed 7983 1726773089.34814: getting the remaining hosts for this loop 7983 1726773089.34815: done getting the remaining hosts for this loop 7983 1726773089.34818: getting the next task for host managed_node1 7983 1726773089.34822: done getting next task for host managed_node1 7983 1726773089.34826: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773089.34828: ^ 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? (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 7983 1726773089.34838: getting variables 7983 1726773089.34839: in VariableManager get_vars() 7983 1726773089.34871: Calling all_inventory to load vars for managed_node1 7983 1726773089.34874: Calling groups_inventory to load vars for managed_node1 7983 1726773089.34876: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773089.34885: Calling all_plugins_play to load vars for managed_node1 7983 1726773089.34887: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773089.34889: Calling groups_plugins_play to load vars for managed_node1 7983 1726773089.35024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773089.35148: done with get_vars() 7983 1726773089.35157: done getting variables 7983 1726773089.35201: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:11:29 -0400 (0:00:00.740) 0:00:18.442 **** 7983 1726773089.35227: entering _queue_task() for managed_node1/set_fact 7983 1726773089.35407: worker is 1 (out of 1 available) 7983 1726773089.35419: exiting _queue_task() for managed_node1/set_fact 7983 1726773089.35430: done queuing things up, now waiting for results queue to drain 7983 1726773089.35431: waiting for pending results... 7983 1726773089.35606: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773089.35675: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000407 7983 1726773089.35688: variable 'ansible_search_path' from source: unknown 7983 1726773089.35691: variable 'ansible_search_path' from source: unknown 7983 1726773089.35722: calling self._execute() 7983 1726773089.35790: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.35794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.35803: variable 'omit' from source: magic vars 7983 1726773089.35962: variable 'omit' from source: magic vars 7983 1726773089.35996: variable 'omit' from source: magic vars 7983 1726773089.36307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773089.37763: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773089.37818: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773089.37845: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773089.37871: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773089.37894: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773089.37953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773089.37973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773089.37993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773089.38022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773089.38033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773089.38065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773089.38084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773089.38101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773089.38127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773089.38140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773089.38181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773089.38201: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773089.38220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773089.38248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773089.38258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773089.38409: variable '__kernel_settings_find_profile_dirs' from source: set_fact 7983 1726773089.38474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773089.38582: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773089.38609: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773089.38630: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773089.38652: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773089.38684: 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) 7983 1726773089.38701: 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) 7983 1726773089.38720: 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) 7983 1726773089.38737: 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) 7983 1726773089.38781: variable 'omit' from source: magic vars 7983 1726773089.38794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773089.38817: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773089.38830: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773089.38842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.38851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.38873: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773089.38875: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.38881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.38943: Set connection var ansible_shell_type to sh 7983 1726773089.38950: Set connection var ansible_timeout to 10 7983 1726773089.38955: Set connection var ansible_connection to ssh 7983 1726773089.38962: Set connection var ansible_pipelining to False 7983 1726773089.38972: Set connection var ansible_shell_executable to /bin/sh 7983 1726773089.38974: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773089.38989: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.38997: variable 'ansible_connection' from source: unknown 7983 1726773089.38999: variable 'ansible_module_compression' from source: unknown 7983 1726773089.39002: variable 'ansible_shell_type' from source: unknown 7983 1726773089.39006: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.39009: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.39011: variable 'ansible_pipelining' from source: unknown 7983 1726773089.39013: variable 'ansible_timeout' from source: unknown 7983 1726773089.39015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.39079: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773089.39086: variable 'omit' from source: magic vars 7983 1726773089.39090: starting attempt loop 7983 1726773089.39093: running the handler 7983 1726773089.39106: handler run complete 7983 1726773089.39113: attempt loop complete, returning result 7983 1726773089.39116: _execute() done 7983 1726773089.39119: dumping result to json 7983 1726773089.39121: done dumping result, returning 7983 1726773089.39127: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-4fbf-0a43-000000000407] 7983 1726773089.39132: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000407 7983 1726773089.39211: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000407 7983 1726773089.39214: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 7983 1726773089.39301: no more pending results, returning what we have 7983 1726773089.39305: results queue empty 7983 1726773089.39306: checking for any_errors_fatal 7983 1726773089.39319: done checking for any_errors_fatal 7983 1726773089.39320: checking for max_fail_percentage 7983 1726773089.39321: done checking for max_fail_percentage 7983 1726773089.39322: checking to see if all hosts have failed and the running result is not ok 7983 1726773089.39322: done checking to see if all hosts have failed 7983 1726773089.39323: getting the remaining hosts for this loop 7983 1726773089.39324: done getting the remaining hosts for this loop 7983 1726773089.39327: getting the next task for host managed_node1 7983 1726773089.39331: done getting next task for host managed_node1 7983 1726773089.39335: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773089.39337: ^ 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? (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 7983 1726773089.39347: getting variables 7983 1726773089.39348: in VariableManager get_vars() 7983 1726773089.39379: Calling all_inventory to load vars for managed_node1 7983 1726773089.39382: Calling groups_inventory to load vars for managed_node1 7983 1726773089.39384: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773089.39391: Calling all_plugins_play to load vars for managed_node1 7983 1726773089.39393: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773089.39395: Calling groups_plugins_play to load vars for managed_node1 7983 1726773089.39550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773089.39669: done with get_vars() 7983 1726773089.39679: done getting variables 7983 1726773089.39719: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:29 -0400 (0:00:00.045) 0:00:18.487 **** 7983 1726773089.39738: entering _queue_task() for managed_node1/service 7983 1726773089.39913: worker is 1 (out of 1 available) 7983 1726773089.39926: exiting _queue_task() for managed_node1/service 7983 1726773089.39937: done queuing things up, now waiting for results queue to drain 7983 1726773089.39938: waiting for pending results... 7983 1726773089.40096: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773089.40171: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000408 7983 1726773089.40183: variable 'ansible_search_path' from source: unknown 7983 1726773089.40187: variable 'ansible_search_path' from source: unknown 7983 1726773089.40229: variable '__kernel_settings_services' from source: include_vars 7983 1726773089.40451: variable '__kernel_settings_services' from source: include_vars 7983 1726773089.40507: variable 'omit' from source: magic vars 7983 1726773089.40589: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.40597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.40606: variable 'omit' from source: magic vars 7983 1726773089.40658: variable 'omit' from source: magic vars 7983 1726773089.40686: variable 'omit' from source: magic vars 7983 1726773089.40718: variable 'item' from source: unknown 7983 1726773089.40776: variable 'item' from source: unknown 7983 1726773089.40794: variable 'omit' from source: magic vars 7983 1726773089.40826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773089.40851: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773089.40866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773089.40881: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.40889: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.40913: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773089.40916: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.40918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.40981: Set connection var ansible_shell_type to sh 7983 1726773089.40992: Set connection var ansible_timeout to 10 7983 1726773089.40996: Set connection var ansible_connection to ssh 7983 1726773089.41006: Set connection var ansible_pipelining to False 7983 1726773089.41011: Set connection var ansible_shell_executable to /bin/sh 7983 1726773089.41016: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773089.41031: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.41034: variable 'ansible_connection' from source: unknown 7983 1726773089.41037: variable 'ansible_module_compression' from source: unknown 7983 1726773089.41039: variable 'ansible_shell_type' from source: unknown 7983 1726773089.41041: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.41044: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.41046: variable 'ansible_pipelining' from source: unknown 7983 1726773089.41048: variable 'ansible_timeout' from source: unknown 7983 1726773089.41053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.41155: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773089.41166: variable 'omit' from source: magic vars 7983 1726773089.41170: starting attempt loop 7983 1726773089.41172: running the handler 7983 1726773089.41238: variable 'ansible_facts' from source: unknown 7983 1726773089.41324: _low_level_execute_command(): starting 7983 1726773089.41330: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773089.41829: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.41845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.41857: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.41870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.41920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.41938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.42046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.43737: stdout chunk (state=3): >>>/root <<< 7983 1726773089.43841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.43890: stderr chunk (state=3): >>><<< 7983 1726773089.43893: stdout chunk (state=3): >>><<< 7983 1726773089.43913: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.43923: _low_level_execute_command(): starting 7983 1726773089.43929: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045 `" && echo ansible-tmp-1726773089.4391186-8831-128486769066045="` echo /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045 `" ) && sleep 0' 7983 1726773089.44351: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.44363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.44383: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.44413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.44447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.44459: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.44567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.46499: stdout chunk (state=3): >>>ansible-tmp-1726773089.4391186-8831-128486769066045=/root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045 <<< 7983 1726773089.46615: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.46660: stderr chunk (state=3): >>><<< 7983 1726773089.46663: stdout chunk (state=3): >>><<< 7983 1726773089.46675: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773089.4391186-8831-128486769066045=/root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.46702: variable 'ansible_module_compression' from source: unknown 7983 1726773089.46744: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 7983 1726773089.46795: variable 'ansible_facts' from source: unknown 7983 1726773089.46929: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/AnsiballZ_systemd.py 7983 1726773089.47055: Sending initial data 7983 1726773089.47065: Sent initial data (154 bytes) 7983 1726773089.47700: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.47705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.47740: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.47745: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.47747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.47796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.47805: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.47901: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.49750: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773089.49844: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773089.49939: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpfh1w_bmq /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/AnsiballZ_systemd.py <<< 7983 1726773089.50032: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773089.52036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.52125: stderr chunk (state=3): >>><<< 7983 1726773089.52128: stdout chunk (state=3): >>><<< 7983 1726773089.52145: done transferring module to remote 7983 1726773089.52153: _low_level_execute_command(): starting 7983 1726773089.52157: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/ /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/AnsiballZ_systemd.py && sleep 0' 7983 1726773089.52578: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.52582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.52621: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.52624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.52627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.52673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773089.52676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.52781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.54626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.54668: stderr chunk (state=3): >>><<< 7983 1726773089.54671: stdout chunk (state=3): >>><<< 7983 1726773089.54683: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.54687: _low_level_execute_command(): starting 7983 1726773089.54690: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/AnsiballZ_systemd.py && sleep 0' 7983 1726773089.55093: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.55108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.55121: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.55132: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773089.55143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.55184: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.55208: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.55314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.80918: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14082048", "MemoryAvailable": "infinity", "CPUUsageNSec": "112732000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 7983 1726773089.80942: stdout chunk (state=3): >>>PUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 7983 1726773089.80950: stdout chunk (state=3): >>>bus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "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}}} <<< 7983 1726773089.82543: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773089.82598: stderr chunk (state=3): >>><<< 7983 1726773089.82601: stdout chunk (state=3): >>><<< 7983 1726773089.82626: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14082048", "MemoryAvailable": "infinity", "CPUUsageNSec": "112732000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773089.82749: 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-1726773089.4391186-8831-128486769066045/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773089.82764: _low_level_execute_command(): starting 7983 1726773089.82769: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773089.4391186-8831-128486769066045/ > /dev/null 2>&1 && sleep 0' 7983 1726773089.83231: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.83243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.83267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.83283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.83329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.83341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.83447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.85333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.85378: stderr chunk (state=3): >>><<< 7983 1726773089.85382: stdout chunk (state=3): >>><<< 7983 1726773089.85398: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.85406: handler run complete 7983 1726773089.85444: attempt loop complete, returning result 7983 1726773089.85459: variable 'item' from source: unknown 7983 1726773089.85523: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "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": "112732000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14030", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14082048", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 7983 1726773089.85959: dumping result to json 7983 1726773089.85962: done dumping result, returning 7983 1726773089.85964: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-4fbf-0a43-000000000408] 7983 1726773089.85966: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000408 7983 1726773089.86035: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000408 7983 1726773089.86039: WORKER PROCESS EXITING 7983 1726773089.86113: no more pending results, returning what we have 7983 1726773089.86116: results queue empty 7983 1726773089.86116: checking for any_errors_fatal 7983 1726773089.86119: done checking for any_errors_fatal 7983 1726773089.86120: checking for max_fail_percentage 7983 1726773089.86121: done checking for max_fail_percentage 7983 1726773089.86121: checking to see if all hosts have failed and the running result is not ok 7983 1726773089.86122: done checking to see if all hosts have failed 7983 1726773089.86122: getting the remaining hosts for this loop 7983 1726773089.86123: done getting the remaining hosts for this loop 7983 1726773089.86125: getting the next task for host managed_node1 7983 1726773089.86129: done getting next task for host managed_node1 7983 1726773089.86131: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773089.86133: ^ 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? (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 7983 1726773089.86139: getting variables 7983 1726773089.86140: in VariableManager get_vars() 7983 1726773089.86164: Calling all_inventory to load vars for managed_node1 7983 1726773089.86166: Calling groups_inventory to load vars for managed_node1 7983 1726773089.86168: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773089.86174: Calling all_plugins_play to load vars for managed_node1 7983 1726773089.86176: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773089.86180: Calling groups_plugins_play to load vars for managed_node1 7983 1726773089.86297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773089.86424: done with get_vars() 7983 1726773089.86433: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:11:29 -0400 (0:00:00.467) 0:00:18.954 **** 7983 1726773089.86502: entering _queue_task() for managed_node1/file 7983 1726773089.86683: worker is 1 (out of 1 available) 7983 1726773089.86696: exiting _queue_task() for managed_node1/file 7983 1726773089.86709: done queuing things up, now waiting for results queue to drain 7983 1726773089.86711: waiting for pending results... 7983 1726773089.86885: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773089.86954: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000409 7983 1726773089.86964: variable 'ansible_search_path' from source: unknown 7983 1726773089.86968: variable 'ansible_search_path' from source: unknown 7983 1726773089.86997: calling self._execute() 7983 1726773089.87066: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.87070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.87082: variable 'omit' from source: magic vars 7983 1726773089.87156: variable 'omit' from source: magic vars 7983 1726773089.87191: variable 'omit' from source: magic vars 7983 1726773089.87212: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773089.87425: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773089.87494: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773089.87500: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773089.87534: variable 'omit' from source: magic vars 7983 1726773089.87568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773089.87594: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773089.87611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773089.87624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.87634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773089.87656: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773089.87659: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.87662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.87728: Set connection var ansible_shell_type to sh 7983 1726773089.87735: Set connection var ansible_timeout to 10 7983 1726773089.87740: Set connection var ansible_connection to ssh 7983 1726773089.87748: Set connection var ansible_pipelining to False 7983 1726773089.87753: Set connection var ansible_shell_executable to /bin/sh 7983 1726773089.87757: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773089.87773: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.87779: variable 'ansible_connection' from source: unknown 7983 1726773089.87782: variable 'ansible_module_compression' from source: unknown 7983 1726773089.87784: variable 'ansible_shell_type' from source: unknown 7983 1726773089.87787: variable 'ansible_shell_executable' from source: unknown 7983 1726773089.87789: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773089.87791: variable 'ansible_pipelining' from source: unknown 7983 1726773089.87793: variable 'ansible_timeout' from source: unknown 7983 1726773089.87797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773089.87935: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773089.87945: variable 'omit' from source: magic vars 7983 1726773089.87950: starting attempt loop 7983 1726773089.87953: running the handler 7983 1726773089.87965: _low_level_execute_command(): starting 7983 1726773089.87972: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773089.88479: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.88496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.88514: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.88527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773089.88539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.88583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.88595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.88707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.90386: stdout chunk (state=3): >>>/root <<< 7983 1726773089.90489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.90534: stderr chunk (state=3): >>><<< 7983 1726773089.90537: stdout chunk (state=3): >>><<< 7983 1726773089.90554: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.90565: _low_level_execute_command(): starting 7983 1726773089.90570: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737 `" && echo ansible-tmp-1726773089.9055364-8842-236319326170737="` echo /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737 `" ) && sleep 0' 7983 1726773089.90989: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.91002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.91017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773089.91041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.91084: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.91101: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.91198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.93133: stdout chunk (state=3): >>>ansible-tmp-1726773089.9055364-8842-236319326170737=/root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737 <<< 7983 1726773089.93243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.93286: stderr chunk (state=3): >>><<< 7983 1726773089.93289: stdout chunk (state=3): >>><<< 7983 1726773089.93301: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773089.9055364-8842-236319326170737=/root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773089.93335: variable 'ansible_module_compression' from source: unknown 7983 1726773089.93373: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773089.93405: variable 'ansible_facts' from source: unknown 7983 1726773089.93460: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/AnsiballZ_file.py 7983 1726773089.93557: Sending initial data 7983 1726773089.93566: Sent initial data (151 bytes) 7983 1726773089.94200: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.94205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.94236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.94240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.94242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.94296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.94305: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.94401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773089.96214: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773089.96312: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773089.96409: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp282nzki6 /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/AnsiballZ_file.py <<< 7983 1726773089.96502: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773089.97552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773089.97638: stderr chunk (state=3): >>><<< 7983 1726773089.97642: stdout chunk (state=3): >>><<< 7983 1726773089.97656: done transferring module to remote 7983 1726773089.97663: _low_level_execute_command(): starting 7983 1726773089.97666: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/ /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/AnsiballZ_file.py && sleep 0' 7983 1726773089.98073: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773089.98076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773089.98111: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.98114: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773089.98120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773089.98169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773089.98172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773089.98277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.00119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.00158: stderr chunk (state=3): >>><<< 7983 1726773090.00162: stdout chunk (state=3): >>><<< 7983 1726773090.00175: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.00182: _low_level_execute_command(): starting 7983 1726773090.00184: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/AnsiballZ_file.py && sleep 0' 7983 1726773090.00582: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.00594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.00614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773090.00631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773090.00640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.00678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.00691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.00807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.15145: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7983 1726773090.16254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773090.16314: stderr chunk (state=3): >>><<< 7983 1726773090.16317: stdout chunk (state=3): >>><<< 7983 1726773090.16333: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773090.16367: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773090.16377: _low_level_execute_command(): starting 7983 1726773090.16385: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773089.9055364-8842-236319326170737/ > /dev/null 2>&1 && sleep 0' 7983 1726773090.16844: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.16848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.16884: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.16887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.16895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.16948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.16955: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773090.16957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.17057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.18910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.18955: stderr chunk (state=3): >>><<< 7983 1726773090.18961: stdout chunk (state=3): >>><<< 7983 1726773090.18974: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.18983: handler run complete 7983 1726773090.19001: attempt loop complete, returning result 7983 1726773090.19005: _execute() done 7983 1726773090.19008: dumping result to json 7983 1726773090.19013: done dumping result, returning 7983 1726773090.19022: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-4fbf-0a43-000000000409] 7983 1726773090.19026: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000409 7983 1726773090.19131: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000409 7983 1726773090.19134: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 7983 1726773090.19212: no more pending results, returning what we have 7983 1726773090.19216: results queue empty 7983 1726773090.19216: checking for any_errors_fatal 7983 1726773090.19235: done checking for any_errors_fatal 7983 1726773090.19236: checking for max_fail_percentage 7983 1726773090.19237: done checking for max_fail_percentage 7983 1726773090.19238: checking to see if all hosts have failed and the running result is not ok 7983 1726773090.19239: done checking to see if all hosts have failed 7983 1726773090.19240: getting the remaining hosts for this loop 7983 1726773090.19242: done getting the remaining hosts for this loop 7983 1726773090.19245: getting the next task for host managed_node1 7983 1726773090.19249: done getting next task for host managed_node1 7983 1726773090.19253: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773090.19256: ^ 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? (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 7983 1726773090.19266: getting variables 7983 1726773090.19267: in VariableManager get_vars() 7983 1726773090.19307: Calling all_inventory to load vars for managed_node1 7983 1726773090.19310: Calling groups_inventory to load vars for managed_node1 7983 1726773090.19312: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773090.19321: Calling all_plugins_play to load vars for managed_node1 7983 1726773090.19323: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773090.19325: Calling groups_plugins_play to load vars for managed_node1 7983 1726773090.19460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773090.19587: done with get_vars() 7983 1726773090.19596: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:11:30 -0400 (0:00:00.331) 0:00:19.286 **** 7983 1726773090.19664: entering _queue_task() for managed_node1/slurp 7983 1726773090.19851: worker is 1 (out of 1 available) 7983 1726773090.19863: exiting _queue_task() for managed_node1/slurp 7983 1726773090.19876: done queuing things up, now waiting for results queue to drain 7983 1726773090.19877: waiting for pending results... 7983 1726773090.20057: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773090.20127: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040a 7983 1726773090.20138: variable 'ansible_search_path' from source: unknown 7983 1726773090.20141: variable 'ansible_search_path' from source: unknown 7983 1726773090.20171: calling self._execute() 7983 1726773090.20240: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.20244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.20252: variable 'omit' from source: magic vars 7983 1726773090.20330: variable 'omit' from source: magic vars 7983 1726773090.20366: variable 'omit' from source: magic vars 7983 1726773090.20390: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773090.20602: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773090.20661: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773090.20691: variable 'omit' from source: magic vars 7983 1726773090.20726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773090.20751: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773090.20776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773090.20793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.20805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.20828: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773090.20836: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.20839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.20907: Set connection var ansible_shell_type to sh 7983 1726773090.20913: Set connection var ansible_timeout to 10 7983 1726773090.20919: Set connection var ansible_connection to ssh 7983 1726773090.20926: Set connection var ansible_pipelining to False 7983 1726773090.20932: Set connection var ansible_shell_executable to /bin/sh 7983 1726773090.20936: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773090.20954: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.20958: variable 'ansible_connection' from source: unknown 7983 1726773090.20960: variable 'ansible_module_compression' from source: unknown 7983 1726773090.20962: variable 'ansible_shell_type' from source: unknown 7983 1726773090.20964: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.20967: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.20970: variable 'ansible_pipelining' from source: unknown 7983 1726773090.20972: variable 'ansible_timeout' from source: unknown 7983 1726773090.20982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.21132: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773090.21140: variable 'omit' from source: magic vars 7983 1726773090.21146: starting attempt loop 7983 1726773090.21149: running the handler 7983 1726773090.21163: _low_level_execute_command(): starting 7983 1726773090.21170: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773090.21667: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.21683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.21704: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773090.21721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.21765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.21777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.21889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.23572: stdout chunk (state=3): >>>/root <<< 7983 1726773090.23674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.23720: stderr chunk (state=3): >>><<< 7983 1726773090.23723: stdout chunk (state=3): >>><<< 7983 1726773090.23742: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.23752: _low_level_execute_command(): starting 7983 1726773090.23758: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560 `" && echo ansible-tmp-1726773090.237407-8852-166807711010560="` echo /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560 `" ) && sleep 0' 7983 1726773090.24183: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.24199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.24215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773090.24227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.24283: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.24300: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.24395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.26344: stdout chunk (state=3): >>>ansible-tmp-1726773090.237407-8852-166807711010560=/root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560 <<< 7983 1726773090.26452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.26496: stderr chunk (state=3): >>><<< 7983 1726773090.26500: stdout chunk (state=3): >>><<< 7983 1726773090.26514: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773090.237407-8852-166807711010560=/root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.26550: variable 'ansible_module_compression' from source: unknown 7983 1726773090.26582: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773090.26614: variable 'ansible_facts' from source: unknown 7983 1726773090.26673: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/AnsiballZ_slurp.py 7983 1726773090.26861: Sending initial data 7983 1726773090.26870: Sent initial data (151 bytes) 7983 1726773090.27491: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.27495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.27531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.27535: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.27540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.27590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.27599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.27695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.29534: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773090.29647: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773090.29728: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpd3he4b4z /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/AnsiballZ_slurp.py <<< 7983 1726773090.29885: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773090.31165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.31258: stderr chunk (state=3): >>><<< 7983 1726773090.31261: stdout chunk (state=3): >>><<< 7983 1726773090.31279: done transferring module to remote 7983 1726773090.31287: _low_level_execute_command(): starting 7983 1726773090.31291: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/ /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/AnsiballZ_slurp.py && sleep 0' 7983 1726773090.31730: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.31733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.31771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.31774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.31778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.31827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.31831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.31956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.33814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.33870: stderr chunk (state=3): >>><<< 7983 1726773090.33873: stdout chunk (state=3): >>><<< 7983 1726773090.33973: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.33981: _low_level_execute_command(): starting 7983 1726773090.33986: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/AnsiballZ_slurp.py && sleep 0' 7983 1726773090.34583: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773090.34598: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.34615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.34634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.34684: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.34698: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773090.34716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.34735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773090.34751: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773090.34767: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773090.34781: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.34797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.34817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.34831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.34843: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773090.34857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.34939: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.34961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773090.34984: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.35128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.48470: 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"}}} <<< 7983 1726773090.49574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.49594: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773090.49692: stderr chunk (state=3): >>><<< 7983 1726773090.49707: stdout chunk (state=3): >>><<< 7983 1726773090.49850: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773090.49855: 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-1726773090.237407-8852-166807711010560/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773090.49858: _low_level_execute_command(): starting 7983 1726773090.49861: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773090.237407-8852-166807711010560/ > /dev/null 2>&1 && sleep 0' 7983 1726773090.50586: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773090.50601: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.50619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.50644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.50689: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.50702: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773090.50720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.50744: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773090.50756: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773090.50767: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773090.50783: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.50798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.50817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.50829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.50840: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773090.50862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.50941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.51082: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773090.51100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.51235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.53123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.53214: stderr chunk (state=3): >>><<< 7983 1726773090.53226: stdout chunk (state=3): >>><<< 7983 1726773090.53413: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.53421: handler run complete 7983 1726773090.53424: attempt loop complete, returning result 7983 1726773090.53427: _execute() done 7983 1726773090.53429: dumping result to json 7983 1726773090.53431: done dumping result, returning 7983 1726773090.53433: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-4fbf-0a43-00000000040a] 7983 1726773090.53435: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040a 7983 1726773090.53514: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040a 7983 1726773090.53519: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 7983 1726773090.53597: no more pending results, returning what we have 7983 1726773090.53601: results queue empty 7983 1726773090.53601: checking for any_errors_fatal 7983 1726773090.53613: done checking for any_errors_fatal 7983 1726773090.53614: checking for max_fail_percentage 7983 1726773090.53616: done checking for max_fail_percentage 7983 1726773090.53617: checking to see if all hosts have failed and the running result is not ok 7983 1726773090.53618: done checking to see if all hosts have failed 7983 1726773090.53619: getting the remaining hosts for this loop 7983 1726773090.53621: done getting the remaining hosts for this loop 7983 1726773090.53625: getting the next task for host managed_node1 7983 1726773090.53633: done getting next task for host managed_node1 7983 1726773090.53637: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773090.53641: ^ 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? (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 7983 1726773090.53652: getting variables 7983 1726773090.53655: in VariableManager get_vars() 7983 1726773090.53696: Calling all_inventory to load vars for managed_node1 7983 1726773090.53699: Calling groups_inventory to load vars for managed_node1 7983 1726773090.53702: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773090.53715: Calling all_plugins_play to load vars for managed_node1 7983 1726773090.53718: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773090.53722: Calling groups_plugins_play to load vars for managed_node1 7983 1726773090.54022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773090.54410: done with get_vars() 7983 1726773090.54422: done getting variables 7983 1726773090.54489: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:11:30 -0400 (0:00:00.348) 0:00:19.635 **** 7983 1726773090.54520: entering _queue_task() for managed_node1/set_fact 7983 1726773090.54769: worker is 1 (out of 1 available) 7983 1726773090.54784: exiting _queue_task() for managed_node1/set_fact 7983 1726773090.54799: done queuing things up, now waiting for results queue to drain 7983 1726773090.54801: waiting for pending results... 7983 1726773090.55084: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773090.55219: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040b 7983 1726773090.55248: variable 'ansible_search_path' from source: unknown 7983 1726773090.55257: variable 'ansible_search_path' from source: unknown 7983 1726773090.55301: calling self._execute() 7983 1726773090.55397: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.55412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.55427: variable 'omit' from source: magic vars 7983 1726773090.55540: variable 'omit' from source: magic vars 7983 1726773090.55609: variable 'omit' from source: magic vars 7983 1726773090.56057: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773090.56072: variable '__cur_profile' from source: task vars 7983 1726773090.56244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773090.58913: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773090.58989: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773090.59051: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773090.59094: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773090.59128: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773090.59221: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773090.59260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773090.59298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773090.59345: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773090.59370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773090.59498: variable '__kernel_settings_tuned_current_profile' from source: set_fact 7983 1726773090.59556: variable 'omit' from source: magic vars 7983 1726773090.59597: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773090.59628: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773090.59651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773090.59671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.59694: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.59732: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773090.59739: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.59747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.59846: Set connection var ansible_shell_type to sh 7983 1726773090.59860: Set connection var ansible_timeout to 10 7983 1726773090.59873: Set connection var ansible_connection to ssh 7983 1726773090.59892: Set connection var ansible_pipelining to False 7983 1726773090.59916: Set connection var ansible_shell_executable to /bin/sh 7983 1726773090.59932: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773090.59958: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.59966: variable 'ansible_connection' from source: unknown 7983 1726773090.59973: variable 'ansible_module_compression' from source: unknown 7983 1726773090.59982: variable 'ansible_shell_type' from source: unknown 7983 1726773090.59990: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.59996: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.60005: variable 'ansible_pipelining' from source: unknown 7983 1726773090.60012: variable 'ansible_timeout' from source: unknown 7983 1726773090.60020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.60126: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773090.60151: variable 'omit' from source: magic vars 7983 1726773090.60162: starting attempt loop 7983 1726773090.60171: running the handler 7983 1726773090.60190: handler run complete 7983 1726773090.60206: attempt loop complete, returning result 7983 1726773090.60214: _execute() done 7983 1726773090.60221: dumping result to json 7983 1726773090.60228: done dumping result, returning 7983 1726773090.60245: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-4fbf-0a43-00000000040b] 7983 1726773090.60260: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040b ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 7983 1726773090.60435: no more pending results, returning what we have 7983 1726773090.60439: results queue empty 7983 1726773090.60439: checking for any_errors_fatal 7983 1726773090.60446: done checking for any_errors_fatal 7983 1726773090.60447: checking for max_fail_percentage 7983 1726773090.60449: done checking for max_fail_percentage 7983 1726773090.60450: checking to see if all hosts have failed and the running result is not ok 7983 1726773090.60451: done checking to see if all hosts have failed 7983 1726773090.60452: getting the remaining hosts for this loop 7983 1726773090.60453: done getting the remaining hosts for this loop 7983 1726773090.60458: getting the next task for host managed_node1 7983 1726773090.60463: done getting next task for host managed_node1 7983 1726773090.60468: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773090.60473: ^ 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? (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 7983 1726773090.60493: getting variables 7983 1726773090.60495: in VariableManager get_vars() 7983 1726773090.60535: Calling all_inventory to load vars for managed_node1 7983 1726773090.60539: Calling groups_inventory to load vars for managed_node1 7983 1726773090.60542: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773090.60552: Calling all_plugins_play to load vars for managed_node1 7983 1726773090.60556: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773090.60559: Calling groups_plugins_play to load vars for managed_node1 7983 1726773090.60735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773090.60974: done with get_vars() 7983 1726773090.60989: done getting variables 7983 1726773090.61146: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040b 7983 1726773090.61150: WORKER PROCESS EXITING 7983 1726773090.61176: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:30 -0400 (0:00:00.066) 0:00:19.702 **** 7983 1726773090.61215: entering _queue_task() for managed_node1/copy 7983 1726773090.61634: worker is 1 (out of 1 available) 7983 1726773090.61648: exiting _queue_task() for managed_node1/copy 7983 1726773090.61658: done queuing things up, now waiting for results queue to drain 7983 1726773090.61660: waiting for pending results... 7983 1726773090.61956: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773090.62081: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040c 7983 1726773090.62110: variable 'ansible_search_path' from source: unknown 7983 1726773090.62122: variable 'ansible_search_path' from source: unknown 7983 1726773090.62160: calling self._execute() 7983 1726773090.62257: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.62268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.62284: variable 'omit' from source: magic vars 7983 1726773090.62393: variable 'omit' from source: magic vars 7983 1726773090.62453: variable 'omit' from source: magic vars 7983 1726773090.62489: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773090.62801: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773090.62833: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773090.62921: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773090.63011: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773090.63045: variable 'omit' from source: magic vars 7983 1726773090.63436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773090.63472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773090.63501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773090.63534: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.63555: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773090.63592: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773090.63600: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.63612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.63719: Set connection var ansible_shell_type to sh 7983 1726773090.63733: Set connection var ansible_timeout to 10 7983 1726773090.63751: Set connection var ansible_connection to ssh 7983 1726773090.63766: Set connection var ansible_pipelining to False 7983 1726773090.63775: Set connection var ansible_shell_executable to /bin/sh 7983 1726773090.63788: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773090.63818: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.63826: variable 'ansible_connection' from source: unknown 7983 1726773090.63833: variable 'ansible_module_compression' from source: unknown 7983 1726773090.63839: variable 'ansible_shell_type' from source: unknown 7983 1726773090.63851: variable 'ansible_shell_executable' from source: unknown 7983 1726773090.63863: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773090.63871: variable 'ansible_pipelining' from source: unknown 7983 1726773090.63879: variable 'ansible_timeout' from source: unknown 7983 1726773090.63888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773090.64038: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773090.64055: variable 'omit' from source: magic vars 7983 1726773090.64069: starting attempt loop 7983 1726773090.64084: running the handler 7983 1726773090.64101: _low_level_execute_command(): starting 7983 1726773090.64117: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773090.64906: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773090.64923: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.64944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.64968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.65017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.65031: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773090.65048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.65073: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773090.65090: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773090.65105: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773090.65119: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.65134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.65153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.65174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773090.65190: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773090.65208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.65292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.65319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773090.65337: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.65475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.67164: stdout chunk (state=3): >>>/root <<< 7983 1726773090.67270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.67314: stderr chunk (state=3): >>><<< 7983 1726773090.67318: stdout chunk (state=3): >>><<< 7983 1726773090.67337: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.67353: _low_level_execute_command(): starting 7983 1726773090.67357: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459 `" && echo ansible-tmp-1726773090.673353-8882-97980075972459="` echo /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459 `" ) && sleep 0' 7983 1726773090.67794: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.67797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.67832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.67836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.67842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.67908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.67912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.68029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.69999: stdout chunk (state=3): >>>ansible-tmp-1726773090.673353-8882-97980075972459=/root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459 <<< 7983 1726773090.70107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.70151: stderr chunk (state=3): >>><<< 7983 1726773090.70155: stdout chunk (state=3): >>><<< 7983 1726773090.70171: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773090.673353-8882-97980075972459=/root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.70236: variable 'ansible_module_compression' from source: unknown 7983 1726773090.70284: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773090.70305: variable 'ansible_facts' from source: unknown 7983 1726773090.70365: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_stat.py 7983 1726773090.70451: Sending initial data 7983 1726773090.70461: Sent initial data (149 bytes) 7983 1726773090.71086: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.71089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.71120: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.71123: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.71125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.71180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.71187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.71284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.73095: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773090.73195: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773090.73197: stderr chunk (state=3): >>>debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773090.73292: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpz392cby4 /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_stat.py <<< 7983 1726773090.73396: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773090.74419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.74500: stderr chunk (state=3): >>><<< 7983 1726773090.74506: stdout chunk (state=3): >>><<< 7983 1726773090.74520: done transferring module to remote 7983 1726773090.74528: _low_level_execute_command(): starting 7983 1726773090.74533: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/ /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_stat.py && sleep 0' 7983 1726773090.74939: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.74943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.74973: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.74982: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.74984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.75033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.75037: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.75136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.76984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.77027: stderr chunk (state=3): >>><<< 7983 1726773090.77030: stdout chunk (state=3): >>><<< 7983 1726773090.77042: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773090.77045: _low_level_execute_command(): starting 7983 1726773090.77050: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_stat.py && sleep 0' 7983 1726773090.77451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.77463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.77479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773090.77492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.77502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.77548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.77560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.77670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.92327: 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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773085.1602209, "mtime": 1726773080.9722052, "ctime": 1726773080.9722052, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773090.93670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773090.93701: stderr chunk (state=3): >>><<< 7983 1726773090.93707: stdout chunk (state=3): >>><<< 7983 1726773090.93722: _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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773085.1602209, "mtime": 1726773080.9722052, "ctime": 1726773080.9722052, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773090.93788: 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-1726773090.673353-8882-97980075972459/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773090.93804: variable 'ansible_module_compression' from source: unknown 7983 1726773090.93838: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773090.93855: variable 'ansible_facts' from source: unknown 7983 1726773090.93905: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_file.py 7983 1726773090.94001: Sending initial data 7983 1726773090.94018: Sent initial data (149 bytes) 7983 1726773090.94779: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773090.94798: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.94802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.94848: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.94851: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773090.94853: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.94855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773090.94858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.94908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.94912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.95022: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773090.96900: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773090.96997: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773090.97096: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpmt7tfxo_ /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_file.py <<< 7983 1726773090.97191: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773090.98218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773090.98308: stderr chunk (state=3): >>><<< 7983 1726773090.98311: stdout chunk (state=3): >>><<< 7983 1726773090.98325: done transferring module to remote 7983 1726773090.98333: _low_level_execute_command(): starting 7983 1726773090.98337: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/ /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_file.py && sleep 0' 7983 1726773090.98751: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773090.98764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773090.98781: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773090.98793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773090.98805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773090.98849: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773090.98861: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773090.98963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.00808: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.00850: stderr chunk (state=3): >>><<< 7983 1726773091.00853: stdout chunk (state=3): >>><<< 7983 1726773091.00867: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.00874: _low_level_execute_command(): starting 7983 1726773091.00881: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/AnsiballZ_file.py && sleep 0' 7983 1726773091.01298: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.01310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.01334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.01347: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.01398: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773091.01413: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.01529: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.15824: 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": ".la7ni11u", "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}}} <<< 7983 1726773091.16963: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773091.17023: stderr chunk (state=3): >>><<< 7983 1726773091.17027: stdout chunk (state=3): >>><<< 7983 1726773091.17042: _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": ".la7ni11u", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773091.17068: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.la7ni11u', '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-1726773090.673353-8882-97980075972459/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773091.17076: _low_level_execute_command(): starting 7983 1726773091.17084: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773090.673353-8882-97980075972459/ > /dev/null 2>&1 && sleep 0' 7983 1726773091.17572: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.17576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.17614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.17628: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.17638: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.17685: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.17698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.17816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.19671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.19719: stderr chunk (state=3): >>><<< 7983 1726773091.19722: stdout chunk (state=3): >>><<< 7983 1726773091.19734: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.19741: handler run complete 7983 1726773091.19761: attempt loop complete, returning result 7983 1726773091.19764: _execute() done 7983 1726773091.19766: dumping result to json 7983 1726773091.19771: done dumping result, returning 7983 1726773091.19782: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-4fbf-0a43-00000000040c] 7983 1726773091.19788: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040c 7983 1726773091.19894: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040c 7983 1726773091.19896: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 7983 1726773091.19991: no more pending results, returning what we have 7983 1726773091.19995: results queue empty 7983 1726773091.19995: checking for any_errors_fatal 7983 1726773091.20002: done checking for any_errors_fatal 7983 1726773091.20004: checking for max_fail_percentage 7983 1726773091.20006: done checking for max_fail_percentage 7983 1726773091.20007: checking to see if all hosts have failed and the running result is not ok 7983 1726773091.20007: done checking to see if all hosts have failed 7983 1726773091.20008: getting the remaining hosts for this loop 7983 1726773091.20010: done getting the remaining hosts for this loop 7983 1726773091.20013: getting the next task for host managed_node1 7983 1726773091.20018: done getting next task for host managed_node1 7983 1726773091.20022: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773091.20024: ^ 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? (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 7983 1726773091.20034: getting variables 7983 1726773091.20035: in VariableManager get_vars() 7983 1726773091.20067: Calling all_inventory to load vars for managed_node1 7983 1726773091.20069: Calling groups_inventory to load vars for managed_node1 7983 1726773091.20071: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773091.20082: Calling all_plugins_play to load vars for managed_node1 7983 1726773091.20085: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773091.20088: Calling groups_plugins_play to load vars for managed_node1 7983 1726773091.20386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773091.20505: done with get_vars() 7983 1726773091.20513: done getting variables 7983 1726773091.20555: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:11:31 -0400 (0:00:00.593) 0:00:20.295 **** 7983 1726773091.20575: entering _queue_task() for managed_node1/copy 7983 1726773091.20751: worker is 1 (out of 1 available) 7983 1726773091.20763: exiting _queue_task() for managed_node1/copy 7983 1726773091.20773: done queuing things up, now waiting for results queue to drain 7983 1726773091.20775: waiting for pending results... 7983 1726773091.20955: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773091.21033: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040d 7983 1726773091.21043: variable 'ansible_search_path' from source: unknown 7983 1726773091.21046: variable 'ansible_search_path' from source: unknown 7983 1726773091.21075: calling self._execute() 7983 1726773091.21143: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.21147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.21155: variable 'omit' from source: magic vars 7983 1726773091.21230: variable 'omit' from source: magic vars 7983 1726773091.21263: variable 'omit' from source: magic vars 7983 1726773091.21285: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773091.21505: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773091.21564: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773091.21591: variable 'omit' from source: magic vars 7983 1726773091.21625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773091.21651: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773091.21666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773091.21682: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773091.21690: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773091.21715: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773091.21718: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.21721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.21785: Set connection var ansible_shell_type to sh 7983 1726773091.21792: Set connection var ansible_timeout to 10 7983 1726773091.21797: Set connection var ansible_connection to ssh 7983 1726773091.21806: Set connection var ansible_pipelining to False 7983 1726773091.21811: Set connection var ansible_shell_executable to /bin/sh 7983 1726773091.21816: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773091.21834: variable 'ansible_shell_executable' from source: unknown 7983 1726773091.21837: variable 'ansible_connection' from source: unknown 7983 1726773091.21840: variable 'ansible_module_compression' from source: unknown 7983 1726773091.21842: variable 'ansible_shell_type' from source: unknown 7983 1726773091.21844: variable 'ansible_shell_executable' from source: unknown 7983 1726773091.21846: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.21849: variable 'ansible_pipelining' from source: unknown 7983 1726773091.21851: variable 'ansible_timeout' from source: unknown 7983 1726773091.21853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.21955: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773091.21965: variable 'omit' from source: magic vars 7983 1726773091.21968: starting attempt loop 7983 1726773091.21971: running the handler 7983 1726773091.21983: _low_level_execute_command(): starting 7983 1726773091.21991: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773091.22480: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.22496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.22513: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.22533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.22578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.22590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.22707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.24401: stdout chunk (state=3): >>>/root <<< 7983 1726773091.24509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.24555: stderr chunk (state=3): >>><<< 7983 1726773091.24560: stdout chunk (state=3): >>><<< 7983 1726773091.24579: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.24593: _low_level_execute_command(): starting 7983 1726773091.24599: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555 `" && echo ansible-tmp-1726773091.2458105-8925-226901460543555="` echo /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555 `" ) && sleep 0' 7983 1726773091.25034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.25048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.25064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.25087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.25131: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.25144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.25253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.27232: stdout chunk (state=3): >>>ansible-tmp-1726773091.2458105-8925-226901460543555=/root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555 <<< 7983 1726773091.27353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.27399: stderr chunk (state=3): >>><<< 7983 1726773091.27402: stdout chunk (state=3): >>><<< 7983 1726773091.27417: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773091.2458105-8925-226901460543555=/root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.27488: variable 'ansible_module_compression' from source: unknown 7983 1726773091.27534: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773091.27568: variable 'ansible_facts' from source: unknown 7983 1726773091.27629: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_stat.py 7983 1726773091.27719: Sending initial data 7983 1726773091.27729: Sent initial data (151 bytes) 7983 1726773091.28373: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.28376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.28409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.28413: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.28428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.28473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.28476: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.28582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.30400: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773091.30496: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773091.30591: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpcj0fjy49 /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_stat.py <<< 7983 1726773091.30685: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773091.31701: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.31792: stderr chunk (state=3): >>><<< 7983 1726773091.31796: stdout chunk (state=3): >>><<< 7983 1726773091.31812: done transferring module to remote 7983 1726773091.31821: _low_level_execute_command(): starting 7983 1726773091.31825: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/ /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_stat.py && sleep 0' 7983 1726773091.32241: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.32253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.32271: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.32286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773091.32299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.32338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.32351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.32452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.34305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.34349: stderr chunk (state=3): >>><<< 7983 1726773091.34355: stdout chunk (state=3): >>><<< 7983 1726773091.34366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.34370: _low_level_execute_command(): starting 7983 1726773091.34374: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_stat.py && sleep 0' 7983 1726773091.34784: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.34797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.34814: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.34825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773091.34835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.34880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.34897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.35009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.49548: 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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773080.9732053, "ctime": 1726773080.9732053, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773091.50775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773091.50837: stderr chunk (state=3): >>><<< 7983 1726773091.50840: stdout chunk (state=3): >>><<< 7983 1726773091.50856: _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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773080.9732053, "ctime": 1726773080.9732053, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773091.50907: 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-1726773091.2458105-8925-226901460543555/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773091.50941: variable 'ansible_module_compression' from source: unknown 7983 1726773091.50974: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773091.50997: variable 'ansible_facts' from source: unknown 7983 1726773091.51043: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_file.py 7983 1726773091.51181: Sending initial data 7983 1726773091.51188: Sent initial data (151 bytes) 7983 1726773091.52148: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773091.52163: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.52182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.52202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.52260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.52263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.52265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.52311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.52325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.52433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.54255: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773091.54350: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773091.54444: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpm2i7htx2 /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_file.py <<< 7983 1726773091.54536: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773091.55547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.55634: stderr chunk (state=3): >>><<< 7983 1726773091.55637: stdout chunk (state=3): >>><<< 7983 1726773091.55652: done transferring module to remote 7983 1726773091.55659: _low_level_execute_command(): starting 7983 1726773091.55664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/ /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_file.py && sleep 0' 7983 1726773091.56072: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.56088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.56100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.56114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.56124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.56167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.56187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.56283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.58115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.58154: stderr chunk (state=3): >>><<< 7983 1726773091.58157: stdout chunk (state=3): >>><<< 7983 1726773091.58170: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.58173: _low_level_execute_command(): starting 7983 1726773091.58183: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/AnsiballZ_file.py && sleep 0' 7983 1726773091.58583: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.58596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.58618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.58632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.58676: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.58688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.58800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.72908: 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": ".q1e2dg0n", "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}}} <<< 7983 1726773091.74018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773091.74055: stderr chunk (state=3): >>><<< 7983 1726773091.74058: stdout chunk (state=3): >>><<< 7983 1726773091.74075: _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": ".q1e2dg0n", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773091.74106: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.q1e2dg0n', '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-1726773091.2458105-8925-226901460543555/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773091.74114: _low_level_execute_command(): starting 7983 1726773091.74119: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773091.2458105-8925-226901460543555/ > /dev/null 2>&1 && sleep 0' 7983 1726773091.74552: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.74565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.74587: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.74598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.74647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.74659: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.74765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.76609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.76650: stderr chunk (state=3): >>><<< 7983 1726773091.76655: stdout chunk (state=3): >>><<< 7983 1726773091.76669: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.76674: handler run complete 7983 1726773091.76696: attempt loop complete, returning result 7983 1726773091.76699: _execute() done 7983 1726773091.76701: dumping result to json 7983 1726773091.76708: done dumping result, returning 7983 1726773091.76716: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-4fbf-0a43-00000000040d] 7983 1726773091.76720: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040d 7983 1726773091.76830: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040d 7983 1726773091.76833: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 7983 1726773091.76932: no more pending results, returning what we have 7983 1726773091.76935: results queue empty 7983 1726773091.76936: checking for any_errors_fatal 7983 1726773091.76944: done checking for any_errors_fatal 7983 1726773091.76945: checking for max_fail_percentage 7983 1726773091.76946: done checking for max_fail_percentage 7983 1726773091.76947: checking to see if all hosts have failed and the running result is not ok 7983 1726773091.76948: done checking to see if all hosts have failed 7983 1726773091.76949: getting the remaining hosts for this loop 7983 1726773091.76950: done getting the remaining hosts for this loop 7983 1726773091.76953: getting the next task for host managed_node1 7983 1726773091.76957: done getting next task for host managed_node1 7983 1726773091.76961: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773091.76964: ^ 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? (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 7983 1726773091.76974: getting variables 7983 1726773091.76975: in VariableManager get_vars() 7983 1726773091.77012: Calling all_inventory to load vars for managed_node1 7983 1726773091.77014: Calling groups_inventory to load vars for managed_node1 7983 1726773091.77016: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773091.77025: Calling all_plugins_play to load vars for managed_node1 7983 1726773091.77027: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773091.77029: Calling groups_plugins_play to load vars for managed_node1 7983 1726773091.77138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773091.77274: done with get_vars() 7983 1726773091.77284: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:11:31 -0400 (0:00:00.567) 0:00:20.863 **** 7983 1726773091.77347: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773091.77529: worker is 1 (out of 1 available) 7983 1726773091.77544: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773091.77555: done queuing things up, now waiting for results queue to drain 7983 1726773091.77556: waiting for pending results... 7983 1726773091.77734: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773091.77802: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040e 7983 1726773091.77814: variable 'ansible_search_path' from source: unknown 7983 1726773091.77817: variable 'ansible_search_path' from source: unknown 7983 1726773091.77847: calling self._execute() 7983 1726773091.77917: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.77921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.77930: variable 'omit' from source: magic vars 7983 1726773091.78003: variable 'omit' from source: magic vars 7983 1726773091.78037: variable 'omit' from source: magic vars 7983 1726773091.78057: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773091.78284: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773091.78340: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773091.78464: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773091.78469: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773091.78506: variable 'omit' from source: magic vars 7983 1726773091.78538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773091.78564: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773091.78579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773091.78595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773091.78607: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773091.78630: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773091.78633: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.78636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.78705: Set connection var ansible_shell_type to sh 7983 1726773091.78712: Set connection var ansible_timeout to 10 7983 1726773091.78717: Set connection var ansible_connection to ssh 7983 1726773091.78724: Set connection var ansible_pipelining to False 7983 1726773091.78729: Set connection var ansible_shell_executable to /bin/sh 7983 1726773091.78735: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773091.78752: variable 'ansible_shell_executable' from source: unknown 7983 1726773091.78755: variable 'ansible_connection' from source: unknown 7983 1726773091.78757: variable 'ansible_module_compression' from source: unknown 7983 1726773091.78761: variable 'ansible_shell_type' from source: unknown 7983 1726773091.78763: variable 'ansible_shell_executable' from source: unknown 7983 1726773091.78765: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773091.78768: variable 'ansible_pipelining' from source: unknown 7983 1726773091.78771: variable 'ansible_timeout' from source: unknown 7983 1726773091.78774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773091.78907: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773091.78916: variable 'omit' from source: magic vars 7983 1726773091.78921: starting attempt loop 7983 1726773091.78923: running the handler 7983 1726773091.78935: _low_level_execute_command(): starting 7983 1726773091.78942: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773091.79433: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.79453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.79468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.79483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.79524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.79537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.79644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.81294: stdout chunk (state=3): >>>/root <<< 7983 1726773091.81387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.81432: stderr chunk (state=3): >>><<< 7983 1726773091.81436: stdout chunk (state=3): >>><<< 7983 1726773091.81453: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.81464: _low_level_execute_command(): starting 7983 1726773091.81469: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381 `" && echo ansible-tmp-1726773091.8145213-8940-173342348097381="` echo /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381 `" ) && sleep 0' 7983 1726773091.81888: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.81901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.81929: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773091.81941: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.81989: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773091.82008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.82099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.84015: stdout chunk (state=3): >>>ansible-tmp-1726773091.8145213-8940-173342348097381=/root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381 <<< 7983 1726773091.84127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.84170: stderr chunk (state=3): >>><<< 7983 1726773091.84173: stdout chunk (state=3): >>><<< 7983 1726773091.84187: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773091.8145213-8940-173342348097381=/root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.84223: variable 'ansible_module_compression' from source: unknown 7983 1726773091.84251: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 7983 1726773091.84284: variable 'ansible_facts' from source: unknown 7983 1726773091.84345: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/AnsiballZ_kernel_settings_get_config.py 7983 1726773091.84440: Sending initial data 7983 1726773091.84450: Sent initial data (173 bytes) 7983 1726773091.85080: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.85084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.85115: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.85118: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.85120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.85174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.85182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.85280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.87053: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773091.87146: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773091.87238: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp0qlwakpx /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773091.87330: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773091.88309: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.88395: stderr chunk (state=3): >>><<< 7983 1726773091.88398: stdout chunk (state=3): >>><<< 7983 1726773091.88415: done transferring module to remote 7983 1726773091.88423: _low_level_execute_command(): starting 7983 1726773091.88428: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/ /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773091.88836: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773091.88849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.88866: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.88881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773091.88892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.88935: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.88954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.89047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773091.90870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773091.90913: stderr chunk (state=3): >>><<< 7983 1726773091.90916: stdout chunk (state=3): >>><<< 7983 1726773091.90929: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773091.90932: _low_level_execute_command(): starting 7983 1726773091.90935: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773091.91339: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773091.91352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773091.91367: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773091.91387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773091.91431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773091.91443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773091.91551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.05341: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 7983 1726773092.06431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773092.06487: stderr chunk (state=3): >>><<< 7983 1726773092.06491: stdout chunk (state=3): >>><<< 7983 1726773092.06508: _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"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773092.06532: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773092.06540: _low_level_execute_command(): starting 7983 1726773092.06545: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773091.8145213-8940-173342348097381/ > /dev/null 2>&1 && sleep 0' 7983 1726773092.06992: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.07010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.07023: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.07034: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.07079: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.07106: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.07199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.09045: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.09086: stderr chunk (state=3): >>><<< 7983 1726773092.09089: stdout chunk (state=3): >>><<< 7983 1726773092.09101: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.09108: handler run complete 7983 1726773092.09125: attempt loop complete, returning result 7983 1726773092.09127: _execute() done 7983 1726773092.09130: dumping result to json 7983 1726773092.09132: done dumping result, returning 7983 1726773092.09141: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-4fbf-0a43-00000000040e] 7983 1726773092.09150: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040e 7983 1726773092.09241: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040e 7983 1726773092.09244: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724" }, "sysfs": { "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" }, "vm": { "transparent_hugepages": "madvise" } } } 7983 1726773092.09329: no more pending results, returning what we have 7983 1726773092.09333: results queue empty 7983 1726773092.09333: checking for any_errors_fatal 7983 1726773092.09341: done checking for any_errors_fatal 7983 1726773092.09342: checking for max_fail_percentage 7983 1726773092.09343: done checking for max_fail_percentage 7983 1726773092.09344: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.09345: done checking to see if all hosts have failed 7983 1726773092.09345: getting the remaining hosts for this loop 7983 1726773092.09347: done getting the remaining hosts for this loop 7983 1726773092.09351: getting the next task for host managed_node1 7983 1726773092.09357: done getting next task for host managed_node1 7983 1726773092.09361: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773092.09363: ^ 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? (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 7983 1726773092.09374: getting variables 7983 1726773092.09375: in VariableManager get_vars() 7983 1726773092.09409: Calling all_inventory to load vars for managed_node1 7983 1726773092.09411: Calling groups_inventory to load vars for managed_node1 7983 1726773092.09414: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.09422: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.09424: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.09426: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.09582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.09707: done with get_vars() 7983 1726773092.09716: done getting variables 7983 1726773092.09757: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.324) 0:00:21.187 **** 7983 1726773092.09780: entering _queue_task() for managed_node1/template 7983 1726773092.09953: worker is 1 (out of 1 available) 7983 1726773092.09967: exiting _queue_task() for managed_node1/template 7983 1726773092.09976: done queuing things up, now waiting for results queue to drain 7983 1726773092.09978: waiting for pending results... 7983 1726773092.10156: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773092.10229: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000040f 7983 1726773092.10240: variable 'ansible_search_path' from source: unknown 7983 1726773092.10243: variable 'ansible_search_path' from source: unknown 7983 1726773092.10272: calling self._execute() 7983 1726773092.10344: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.10347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.10356: variable 'omit' from source: magic vars 7983 1726773092.10434: variable 'omit' from source: magic vars 7983 1726773092.10465: variable 'omit' from source: magic vars 7983 1726773092.10713: variable '__kernel_settings_profile_src' from source: role '' all vars 7983 1726773092.10719: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773092.10777: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773092.10798: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773092.10845: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773092.10898: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773092.10960: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773092.10963: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773092.10991: variable 'omit' from source: magic vars 7983 1726773092.11026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773092.11051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773092.11066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773092.11083: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.11093: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.11118: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773092.11121: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.11124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.11188: Set connection var ansible_shell_type to sh 7983 1726773092.11200: Set connection var ansible_timeout to 10 7983 1726773092.11205: Set connection var ansible_connection to ssh 7983 1726773092.11214: Set connection var ansible_pipelining to False 7983 1726773092.11219: Set connection var ansible_shell_executable to /bin/sh 7983 1726773092.11224: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773092.11239: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.11242: variable 'ansible_connection' from source: unknown 7983 1726773092.11244: variable 'ansible_module_compression' from source: unknown 7983 1726773092.11246: variable 'ansible_shell_type' from source: unknown 7983 1726773092.11249: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.11251: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.11255: variable 'ansible_pipelining' from source: unknown 7983 1726773092.11257: variable 'ansible_timeout' from source: unknown 7983 1726773092.11261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.11360: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.11370: variable 'omit' from source: magic vars 7983 1726773092.11375: starting attempt loop 7983 1726773092.11378: running the handler 7983 1726773092.11390: _low_level_execute_command(): starting 7983 1726773092.11397: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773092.11886: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.11902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.11917: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.11930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.11981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.11998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.12096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.13788: stdout chunk (state=3): >>>/root <<< 7983 1726773092.13885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.13934: stderr chunk (state=3): >>><<< 7983 1726773092.13938: stdout chunk (state=3): >>><<< 7983 1726773092.13957: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.13967: _low_level_execute_command(): starting 7983 1726773092.13973: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933 `" && echo ansible-tmp-1726773092.1395586-8948-102240967333933="` echo /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933 `" ) && sleep 0' 7983 1726773092.14405: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.14419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.14439: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.14450: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.14498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.14512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.14621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.16651: stdout chunk (state=3): >>>ansible-tmp-1726773092.1395586-8948-102240967333933=/root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933 <<< 7983 1726773092.16763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.16812: stderr chunk (state=3): >>><<< 7983 1726773092.16816: stdout chunk (state=3): >>><<< 7983 1726773092.16830: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773092.1395586-8948-102240967333933=/root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.16845: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 7983 1726773092.16862: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 7983 1726773092.16884: variable 'ansible_search_path' from source: unknown 7983 1726773092.17465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773092.18871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773092.18925: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773092.18953: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773092.18982: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773092.19000: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773092.19187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773092.19207: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773092.19225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773092.19251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773092.19262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773092.19487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773092.19511: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773092.19528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773092.19555: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773092.19565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773092.19821: variable 'ansible_managed' from source: unknown 7983 1726773092.19830: variable '__sections' from source: task vars 7983 1726773092.19915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773092.19934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773092.19953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773092.19980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773092.19990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773092.20066: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773092.20074: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773092.20082: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773092.20128: variable '__sysctl_old' from source: task vars 7983 1726773092.20173: variable '__sysctl_old' from source: task vars 7983 1726773092.20314: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773092.20317: variable 'kernel_settings_sysctl' from source: include_vars 7983 1726773092.20324: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773092.20327: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773092.20332: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773092.20470: variable 'kernel_settings_sysfs' from source: include_vars 7983 1726773092.20485: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773092.20488: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773092.20518: variable '__sysfs_old' from source: task vars 7983 1726773092.20560: variable '__sysfs_old' from source: task vars 7983 1726773092.20701: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773092.20706: variable 'kernel_settings_sysfs' from source: include_vars 7983 1726773092.20714: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773092.20718: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773092.20723: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773092.20754: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773092.20800: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773092.20815: variable '__systemd_old' from source: task vars 7983 1726773092.20861: variable '__systemd_old' from source: task vars 7983 1726773092.20992: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773092.20995: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 7983 1726773092.21000: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21006: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773092.21020: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773092.21062: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773092.21069: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773092.21116: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773092.21131: variable '__trans_huge_old' from source: task vars 7983 1726773092.21174: variable '__trans_huge_old' from source: task vars 7983 1726773092.21321: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773092.21325: variable 'kernel_settings_transparent_hugepages' from source: include_vars 7983 1726773092.21329: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21336: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773092.21346: variable '__trans_defrag_old' from source: task vars 7983 1726773092.21392: variable '__trans_defrag_old' from source: task vars 7983 1726773092.21524: variable 'kernel_settings_purge' from source: role '' defaults 7983 1726773092.21527: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 7983 1726773092.21532: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21537: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773092.21552: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21567: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21571: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21583: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21589: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21596: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21602: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21616: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21623: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21629: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21643: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21651: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21657: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21668: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21671: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21677: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21687: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21694: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21700: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.21704: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773092.22147: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.22191: variable 'ansible_module_compression' from source: unknown 7983 1726773092.22234: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773092.22256: variable 'ansible_facts' from source: unknown 7983 1726773092.22307: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_stat.py 7983 1726773092.22401: Sending initial data 7983 1726773092.22413: Sent initial data (151 bytes) 7983 1726773092.23096: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.23100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.23139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773092.23143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.23145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773092.23148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.23190: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.23202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.23319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.25174: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773092.25270: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773092.25370: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpr1x8e_so /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_stat.py <<< 7983 1726773092.25462: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773092.26472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.26574: stderr chunk (state=3): >>><<< 7983 1726773092.26580: stdout chunk (state=3): >>><<< 7983 1726773092.26596: done transferring module to remote 7983 1726773092.26606: _low_level_execute_command(): starting 7983 1726773092.26612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/ /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_stat.py && sleep 0' 7983 1726773092.27056: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.27068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.27089: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773092.27102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.27119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.27157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.27168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.27274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.29113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.29162: stderr chunk (state=3): >>><<< 7983 1726773092.29165: stdout chunk (state=3): >>><<< 7983 1726773092.29179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.29184: _low_level_execute_command(): starting 7983 1726773092.29189: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_stat.py && sleep 0' 7983 1726773092.29628: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.29641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.29660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773092.29671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773092.29684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.29728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.29740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.29846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.44129: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 312, "inode": 201326850, "dev": 51713, "nlink": 1, "atime": 1726773080.9592052, "mtime": 1726773080.095202, "ctime": 1726773080.3432028, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "4018061963", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773092.45343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773092.45408: stderr chunk (state=3): >>><<< 7983 1726773092.45412: stdout chunk (state=3): >>><<< 7983 1726773092.45434: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 312, "inode": 201326850, "dev": 51713, "nlink": 1, "atime": 1726773080.9592052, "mtime": 1726773080.095202, "ctime": 1726773080.3432028, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "4018061963", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773092.45472: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773092.45509: variable 'ansible_module_compression' from source: unknown 7983 1726773092.45543: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773092.45559: variable 'ansible_facts' from source: unknown 7983 1726773092.45607: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_file.py 7983 1726773092.45708: Sending initial data 7983 1726773092.45718: Sent initial data (151 bytes) 7983 1726773092.46399: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.46409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.46455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.46459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.46461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.46524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.46531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773092.46532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.46630: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.48456: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773092.48548: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773092.48647: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp01bymp5c /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_file.py <<< 7983 1726773092.48747: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773092.49777: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.49876: stderr chunk (state=3): >>><<< 7983 1726773092.49882: stdout chunk (state=3): >>><<< 7983 1726773092.49896: done transferring module to remote 7983 1726773092.49906: _low_level_execute_command(): starting 7983 1726773092.49911: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/ /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_file.py && sleep 0' 7983 1726773092.50361: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.50378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.50393: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773092.50409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773092.50423: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.50459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.50473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.50572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.52398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.52464: stderr chunk (state=3): >>><<< 7983 1726773092.52468: stdout chunk (state=3): >>><<< 7983 1726773092.52563: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.52567: _low_level_execute_command(): starting 7983 1726773092.52570: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/AnsiballZ_file.py && sleep 0' 7983 1726773092.53268: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.53272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.53311: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.53323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.53373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.53376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773092.53380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.53484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.67820: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/kernel_settings/tuned.conf", "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}}} <<< 7983 1726773092.68970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773092.69026: stderr chunk (state=3): >>><<< 7983 1726773092.69030: stdout chunk (state=3): >>><<< 7983 1726773092.69050: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773092.69078: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/tuned/kernel_settings/tuned.conf', '_original_basename': 'kernel_settings.j2', '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-1726773092.1395586-8948-102240967333933/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773092.69108: _low_level_execute_command(): starting 7983 1726773092.69113: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773092.1395586-8948-102240967333933/ > /dev/null 2>&1 && sleep 0' 7983 1726773092.69623: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.69636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.69662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773092.69677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.69736: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.69748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.69855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.71706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.71753: stderr chunk (state=3): >>><<< 7983 1726773092.71756: stdout chunk (state=3): >>><<< 7983 1726773092.71769: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.71780: handler run complete 7983 1726773092.71800: attempt loop complete, returning result 7983 1726773092.71804: _execute() done 7983 1726773092.71807: dumping result to json 7983 1726773092.71812: done dumping result, returning 7983 1726773092.71821: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-4fbf-0a43-00000000040f] 7983 1726773092.71825: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040f 7983 1726773092.71961: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000040f 7983 1726773092.71964: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/tuned/kernel_settings/tuned.conf", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "state": "file", "uid": 0 } 7983 1726773092.72055: no more pending results, returning what we have 7983 1726773092.72058: results queue empty 7983 1726773092.72059: checking for any_errors_fatal 7983 1726773092.72063: done checking for any_errors_fatal 7983 1726773092.72064: checking for max_fail_percentage 7983 1726773092.72065: done checking for max_fail_percentage 7983 1726773092.72066: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.72067: done checking to see if all hosts have failed 7983 1726773092.72067: getting the remaining hosts for this loop 7983 1726773092.72069: done getting the remaining hosts for this loop 7983 1726773092.72072: getting the next task for host managed_node1 7983 1726773092.72079: done getting next task for host managed_node1 7983 1726773092.72083: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773092.72086: ^ 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? (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 7983 1726773092.72095: getting variables 7983 1726773092.72097: in VariableManager get_vars() 7983 1726773092.72133: Calling all_inventory to load vars for managed_node1 7983 1726773092.72136: Calling groups_inventory to load vars for managed_node1 7983 1726773092.72138: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.72146: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.72149: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.72151: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.72272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.72411: done with get_vars() 7983 1726773092.72419: done getting variables 7983 1726773092.72462: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.627) 0:00:21.814 **** 7983 1726773092.72485: entering _queue_task() for managed_node1/service 7983 1726773092.72672: worker is 1 (out of 1 available) 7983 1726773092.72688: exiting _queue_task() for managed_node1/service 7983 1726773092.72698: done queuing things up, now waiting for results queue to drain 7983 1726773092.72700: waiting for pending results... 7983 1726773092.72880: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773092.72951: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000410 7983 1726773092.72963: variable 'ansible_search_path' from source: unknown 7983 1726773092.72966: variable 'ansible_search_path' from source: unknown 7983 1726773092.73007: variable '__kernel_settings_services' from source: include_vars 7983 1726773092.73314: variable '__kernel_settings_services' from source: include_vars 7983 1726773092.73371: variable 'omit' from source: magic vars 7983 1726773092.73440: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.73448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.73455: variable 'omit' from source: magic vars 7983 1726773092.73630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773092.73798: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773092.73831: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773092.73855: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773092.73883: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773092.73952: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773092.73961: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773092.73981: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 7983 1726773092.73984: when evaluation is False, skipping this task 7983 1726773092.74004: variable 'item' from source: unknown 7983 1726773092.74051: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 7983 1726773092.74216: dumping result to json 7983 1726773092.74219: done dumping result, returning 7983 1726773092.74222: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-4fbf-0a43-000000000410] 7983 1726773092.74224: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000410 7983 1726773092.74264: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000410 7983 1726773092.74266: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 7983 1726773092.74296: no more pending results, returning what we have 7983 1726773092.74300: results queue empty 7983 1726773092.74300: checking for any_errors_fatal 7983 1726773092.74311: done checking for any_errors_fatal 7983 1726773092.74312: checking for max_fail_percentage 7983 1726773092.74313: done checking for max_fail_percentage 7983 1726773092.74314: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.74316: done checking to see if all hosts have failed 7983 1726773092.74317: getting the remaining hosts for this loop 7983 1726773092.74318: done getting the remaining hosts for this loop 7983 1726773092.74320: getting the next task for host managed_node1 7983 1726773092.74324: done getting next task for host managed_node1 7983 1726773092.74327: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773092.74329: ^ 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? (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 7983 1726773092.74339: getting variables 7983 1726773092.74340: in VariableManager get_vars() 7983 1726773092.74363: Calling all_inventory to load vars for managed_node1 7983 1726773092.74365: Calling groups_inventory to load vars for managed_node1 7983 1726773092.74366: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.74372: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.74373: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.74375: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.74484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.74613: done with get_vars() 7983 1726773092.74621: done getting variables 7983 1726773092.74661: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.021) 0:00:21.836 **** 7983 1726773092.74685: entering _queue_task() for managed_node1/command 7983 1726773092.74861: worker is 1 (out of 1 available) 7983 1726773092.74874: exiting _queue_task() for managed_node1/command 7983 1726773092.74887: done queuing things up, now waiting for results queue to drain 7983 1726773092.74889: waiting for pending results... 7983 1726773092.75051: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773092.75120: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000411 7983 1726773092.75131: variable 'ansible_search_path' from source: unknown 7983 1726773092.75135: variable 'ansible_search_path' from source: unknown 7983 1726773092.75162: calling self._execute() 7983 1726773092.75232: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.75237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.75245: variable 'omit' from source: magic vars 7983 1726773092.75560: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773092.75816: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773092.75851: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773092.75875: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773092.75903: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773092.75983: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773092.76003: Evaluated conditional (not __kernel_settings_register_profile is changed): True 7983 1726773092.76091: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773092.76100: Evaluated conditional (not __kernel_settings_register_mode is changed): True 7983 1726773092.76179: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773092.76186: Evaluated conditional (__kernel_settings_register_apply is changed): False 7983 1726773092.76189: when evaluation is False, skipping this task 7983 1726773092.76193: _execute() done 7983 1726773092.76196: dumping result to json 7983 1726773092.76198: done dumping result, returning 7983 1726773092.76207: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-4fbf-0a43-000000000411] 7983 1726773092.76210: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000411 7983 1726773092.76291: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000411 7983 1726773092.76294: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 7983 1726773092.76346: no more pending results, returning what we have 7983 1726773092.76349: results queue empty 7983 1726773092.76350: checking for any_errors_fatal 7983 1726773092.76356: done checking for any_errors_fatal 7983 1726773092.76357: checking for max_fail_percentage 7983 1726773092.76358: done checking for max_fail_percentage 7983 1726773092.76359: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.76359: done checking to see if all hosts have failed 7983 1726773092.76360: getting the remaining hosts for this loop 7983 1726773092.76361: done getting the remaining hosts for this loop 7983 1726773092.76364: getting the next task for host managed_node1 7983 1726773092.76369: done getting next task for host managed_node1 7983 1726773092.76373: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773092.76375: ^ 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? (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 7983 1726773092.76391: getting variables 7983 1726773092.76392: in VariableManager get_vars() 7983 1726773092.76424: Calling all_inventory to load vars for managed_node1 7983 1726773092.76427: Calling groups_inventory to load vars for managed_node1 7983 1726773092.76429: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.76437: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.76439: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.76441: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.76549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.76728: done with get_vars() 7983 1726773092.76736: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.021) 0:00:21.857 **** 7983 1726773092.76799: entering _queue_task() for managed_node1/include_tasks 7983 1726773092.76970: worker is 1 (out of 1 available) 7983 1726773092.76986: exiting _queue_task() for managed_node1/include_tasks 7983 1726773092.76996: done queuing things up, now waiting for results queue to drain 7983 1726773092.76997: waiting for pending results... 7983 1726773092.77155: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773092.77224: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000412 7983 1726773092.77235: variable 'ansible_search_path' from source: unknown 7983 1726773092.77238: variable 'ansible_search_path' from source: unknown 7983 1726773092.77264: calling self._execute() 7983 1726773092.77330: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.77335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.77343: variable 'omit' from source: magic vars 7983 1726773092.77653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773092.77824: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773092.77854: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773092.77882: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773092.77906: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773092.77985: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773092.78007: Evaluated conditional (__kernel_settings_register_apply is changed): False 7983 1726773092.78010: when evaluation is False, skipping this task 7983 1726773092.78013: _execute() done 7983 1726773092.78016: dumping result to json 7983 1726773092.78018: done dumping result, returning 7983 1726773092.78024: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-4fbf-0a43-000000000412] 7983 1726773092.78028: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000412 7983 1726773092.78117: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000412 7983 1726773092.78119: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 7983 1726773092.78165: no more pending results, returning what we have 7983 1726773092.78168: results queue empty 7983 1726773092.78169: checking for any_errors_fatal 7983 1726773092.78174: done checking for any_errors_fatal 7983 1726773092.78175: checking for max_fail_percentage 7983 1726773092.78176: done checking for max_fail_percentage 7983 1726773092.78180: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.78180: done checking to see if all hosts have failed 7983 1726773092.78181: getting the remaining hosts for this loop 7983 1726773092.78182: done getting the remaining hosts for this loop 7983 1726773092.78185: getting the next task for host managed_node1 7983 1726773092.78189: done getting next task for host managed_node1 7983 1726773092.78193: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773092.78195: ^ 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? (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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7983 1726773092.78209: getting variables 7983 1726773092.78210: in VariableManager get_vars() 7983 1726773092.78232: Calling all_inventory to load vars for managed_node1 7983 1726773092.78234: Calling groups_inventory to load vars for managed_node1 7983 1726773092.78235: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.78241: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.78242: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.78244: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.78349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.78476: done with get_vars() 7983 1726773092.78485: done getting variables 7983 1726773092.78524: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.017) 0:00:21.875 **** 7983 1726773092.78545: entering _queue_task() for managed_node1/set_fact 7983 1726773092.78709: worker is 1 (out of 1 available) 7983 1726773092.78721: exiting _queue_task() for managed_node1/set_fact 7983 1726773092.78733: done queuing things up, now waiting for results queue to drain 7983 1726773092.78735: waiting for pending results... 7983 1726773092.78889: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773092.78951: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000413 7983 1726773092.78962: variable 'ansible_search_path' from source: unknown 7983 1726773092.78965: variable 'ansible_search_path' from source: unknown 7983 1726773092.78992: calling self._execute() 7983 1726773092.79056: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.79060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.79069: variable 'omit' from source: magic vars 7983 1726773092.79139: variable 'omit' from source: magic vars 7983 1726773092.79174: variable 'omit' from source: magic vars 7983 1726773092.79196: variable 'omit' from source: magic vars 7983 1726773092.79229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773092.79255: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773092.79269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773092.79283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.79294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.79318: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773092.79321: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.79324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.79388: Set connection var ansible_shell_type to sh 7983 1726773092.79395: Set connection var ansible_timeout to 10 7983 1726773092.79400: Set connection var ansible_connection to ssh 7983 1726773092.79410: Set connection var ansible_pipelining to False 7983 1726773092.79415: Set connection var ansible_shell_executable to /bin/sh 7983 1726773092.79420: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773092.79437: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.79440: variable 'ansible_connection' from source: unknown 7983 1726773092.79442: variable 'ansible_module_compression' from source: unknown 7983 1726773092.79445: variable 'ansible_shell_type' from source: unknown 7983 1726773092.79448: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.79450: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.79452: variable 'ansible_pipelining' from source: unknown 7983 1726773092.79455: variable 'ansible_timeout' from source: unknown 7983 1726773092.79462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.79558: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.79571: variable 'omit' from source: magic vars 7983 1726773092.79574: starting attempt loop 7983 1726773092.79577: running the handler 7983 1726773092.79584: handler run complete 7983 1726773092.79592: attempt loop complete, returning result 7983 1726773092.79595: _execute() done 7983 1726773092.79597: dumping result to json 7983 1726773092.79601: done dumping result, returning 7983 1726773092.79610: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-000000000413] 7983 1726773092.79616: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000413 7983 1726773092.79697: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000413 7983 1726773092.79700: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 7983 1726773092.79772: no more pending results, returning what we have 7983 1726773092.79774: results queue empty 7983 1726773092.79775: checking for any_errors_fatal 7983 1726773092.79780: done checking for any_errors_fatal 7983 1726773092.79780: checking for max_fail_percentage 7983 1726773092.79781: done checking for max_fail_percentage 7983 1726773092.79784: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.79784: done checking to see if all hosts have failed 7983 1726773092.79785: getting the remaining hosts for this loop 7983 1726773092.79786: done getting the remaining hosts for this loop 7983 1726773092.79789: getting the next task for host managed_node1 7983 1726773092.79792: done getting next task for host managed_node1 7983 1726773092.79794: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773092.79796: ^ 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? (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 7983 1726773092.79804: getting variables 7983 1726773092.79805: in VariableManager get_vars() 7983 1726773092.79827: Calling all_inventory to load vars for managed_node1 7983 1726773092.79829: Calling groups_inventory to load vars for managed_node1 7983 1726773092.79830: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.79836: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.79837: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.79839: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.79979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.80096: done with get_vars() 7983 1726773092.80102: done getting variables 7983 1726773092.80141: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.016) 0:00:21.891 **** 7983 1726773092.80160: entering _queue_task() for managed_node1/set_fact 7983 1726773092.80321: worker is 1 (out of 1 available) 7983 1726773092.80334: exiting _queue_task() for managed_node1/set_fact 7983 1726773092.80346: done queuing things up, now waiting for results queue to drain 7983 1726773092.80348: waiting for pending results... 7983 1726773092.80497: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773092.80565: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000414 7983 1726773092.80575: variable 'ansible_search_path' from source: unknown 7983 1726773092.80581: variable 'ansible_search_path' from source: unknown 7983 1726773092.80608: calling self._execute() 7983 1726773092.80668: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.80672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.80682: variable 'omit' from source: magic vars 7983 1726773092.80751: variable 'omit' from source: magic vars 7983 1726773092.80783: variable 'omit' from source: magic vars 7983 1726773092.81037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773092.81210: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773092.81241: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773092.81264: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773092.81289: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773092.81390: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773092.81402: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773092.81411: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773092.81451: variable 'omit' from source: magic vars 7983 1726773092.81472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773092.81494: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773092.81509: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773092.81522: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.81533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.81556: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773092.81559: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.81562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.81630: Set connection var ansible_shell_type to sh 7983 1726773092.81636: Set connection var ansible_timeout to 10 7983 1726773092.81642: Set connection var ansible_connection to ssh 7983 1726773092.81655: Set connection var ansible_pipelining to False 7983 1726773092.81658: Set connection var ansible_shell_executable to /bin/sh 7983 1726773092.81663: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773092.81681: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.81684: variable 'ansible_connection' from source: unknown 7983 1726773092.81686: variable 'ansible_module_compression' from source: unknown 7983 1726773092.81688: variable 'ansible_shell_type' from source: unknown 7983 1726773092.81691: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.81693: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.81695: variable 'ansible_pipelining' from source: unknown 7983 1726773092.81697: variable 'ansible_timeout' from source: unknown 7983 1726773092.81699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.81774: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.81784: variable 'omit' from source: magic vars 7983 1726773092.81789: starting attempt loop 7983 1726773092.81792: running the handler 7983 1726773092.81800: handler run complete 7983 1726773092.81810: attempt loop complete, returning result 7983 1726773092.81812: _execute() done 7983 1726773092.81815: dumping result to json 7983 1726773092.81817: done dumping result, returning 7983 1726773092.81825: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-4fbf-0a43-000000000414] 7983 1726773092.81828: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000414 7983 1726773092.81909: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000414 7983 1726773092.81912: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": false }, "changed": false } 7983 1726773092.81977: no more pending results, returning what we have 7983 1726773092.81982: results queue empty 7983 1726773092.81983: checking for any_errors_fatal 7983 1726773092.81987: done checking for any_errors_fatal 7983 1726773092.81988: checking for max_fail_percentage 7983 1726773092.81990: done checking for max_fail_percentage 7983 1726773092.81991: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.81992: done checking to see if all hosts have failed 7983 1726773092.81992: getting the remaining hosts for this loop 7983 1726773092.81993: done getting the remaining hosts for this loop 7983 1726773092.81996: getting the next task for host managed_node1 7983 1726773092.82004: done getting next task for host managed_node1 7983 1726773092.82006: ^ task is: TASK: meta (role_complete) 7983 1726773092.82009: ^ 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? (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 7983 1726773092.82018: getting variables 7983 1726773092.82019: in VariableManager get_vars() 7983 1726773092.82047: Calling all_inventory to load vars for managed_node1 7983 1726773092.82049: Calling groups_inventory to load vars for managed_node1 7983 1726773092.82051: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.82057: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.82058: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.82060: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.82167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.82298: done with get_vars() 7983 1726773092.82307: done getting variables 7983 1726773092.82359: done queuing things up, now waiting for results queue to drain 7983 1726773092.82360: results queue empty 7983 1726773092.82360: checking for any_errors_fatal 7983 1726773092.82362: done checking for any_errors_fatal 7983 1726773092.82362: checking for max_fail_percentage 7983 1726773092.82363: done checking for max_fail_percentage 7983 1726773092.82367: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.82367: done checking to see if all hosts have failed 7983 1726773092.82368: getting the remaining hosts for this loop 7983 1726773092.82368: done getting the remaining hosts for this loop 7983 1726773092.82370: getting the next task for host managed_node1 7983 1726773092.82372: done getting next task for host managed_node1 7983 1726773092.82374: ^ task is: TASK: Ensure role reported not changed 7983 1726773092.82375: ^ 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 7983 1726773092.82376: getting variables 7983 1726773092.82379: in VariableManager get_vars() 7983 1726773092.82386: Calling all_inventory to load vars for managed_node1 7983 1726773092.82388: Calling groups_inventory to load vars for managed_node1 7983 1726773092.82389: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.82392: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.82394: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.82395: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.82474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.82610: done with get_vars() 7983 1726773092.82616: done getting variables 7983 1726773092.82641: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure role reported not changed] **************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:67 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.024) 0:00:21.916 **** 7983 1726773092.82659: entering _queue_task() for managed_node1/assert 7983 1726773092.82841: worker is 1 (out of 1 available) 7983 1726773092.82855: exiting _queue_task() for managed_node1/assert 7983 1726773092.82866: done queuing things up, now waiting for results queue to drain 7983 1726773092.82868: waiting for pending results... 7983 1726773092.83029: running TaskExecutor() for managed_node1/TASK: Ensure role reported not changed 7983 1726773092.83091: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000000f 7983 1726773092.83101: variable 'ansible_search_path' from source: unknown 7983 1726773092.83131: calling self._execute() 7983 1726773092.83196: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.83202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.83215: variable 'omit' from source: magic vars 7983 1726773092.83285: variable 'omit' from source: magic vars 7983 1726773092.83305: variable 'omit' from source: magic vars 7983 1726773092.83328: variable 'omit' from source: magic vars 7983 1726773092.83360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773092.83388: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773092.83405: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773092.83418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.83429: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.83451: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773092.83455: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.83457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.83524: Set connection var ansible_shell_type to sh 7983 1726773092.83531: Set connection var ansible_timeout to 10 7983 1726773092.83536: Set connection var ansible_connection to ssh 7983 1726773092.83545: Set connection var ansible_pipelining to False 7983 1726773092.83550: Set connection var ansible_shell_executable to /bin/sh 7983 1726773092.83555: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773092.83572: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.83575: variable 'ansible_connection' from source: unknown 7983 1726773092.83581: variable 'ansible_module_compression' from source: unknown 7983 1726773092.83583: variable 'ansible_shell_type' from source: unknown 7983 1726773092.83586: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.83589: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.83591: variable 'ansible_pipelining' from source: unknown 7983 1726773092.83593: variable 'ansible_timeout' from source: unknown 7983 1726773092.83595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.83692: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.83701: variable 'omit' from source: magic vars 7983 1726773092.83708: starting attempt loop 7983 1726773092.83711: running the handler 7983 1726773092.83954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773092.85506: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773092.85556: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773092.85585: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773092.85614: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773092.85634: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773092.85685: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773092.85704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773092.85726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773092.85751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773092.85762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773092.85849: variable '__kernel_settings_changed' from source: set_fact 7983 1726773092.85863: Evaluated conditional (not __kernel_settings_changed | d(false)): True 7983 1726773092.85868: handler run complete 7983 1726773092.85888: attempt loop complete, returning result 7983 1726773092.85891: _execute() done 7983 1726773092.85894: dumping result to json 7983 1726773092.85896: done dumping result, returning 7983 1726773092.85901: done running TaskExecutor() for managed_node1/TASK: Ensure role reported not changed [1239c35c-e2e1-4fbf-0a43-00000000000f] 7983 1726773092.85906: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000f 7983 1726773092.85987: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000000f 7983 1726773092.85990: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7983 1726773092.86039: no more pending results, returning what we have 7983 1726773092.86043: results queue empty 7983 1726773092.86044: checking for any_errors_fatal 7983 1726773092.86045: done checking for any_errors_fatal 7983 1726773092.86046: checking for max_fail_percentage 7983 1726773092.86047: done checking for max_fail_percentage 7983 1726773092.86048: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.86049: done checking to see if all hosts have failed 7983 1726773092.86049: getting the remaining hosts for this loop 7983 1726773092.86051: done getting the remaining hosts for this loop 7983 1726773092.86055: getting the next task for host managed_node1 7983 1726773092.86061: done getting next task for host managed_node1 7983 1726773092.86064: ^ task is: TASK: Cleanup 7983 1726773092.86067: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773092.86070: getting variables 7983 1726773092.86072: in VariableManager get_vars() 7983 1726773092.86110: Calling all_inventory to load vars for managed_node1 7983 1726773092.86113: Calling groups_inventory to load vars for managed_node1 7983 1726773092.86120: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.86129: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.86132: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.86140: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.86264: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.86386: done with get_vars() 7983 1726773092.86394: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:72 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.037) 0:00:21.954 **** 7983 1726773092.86456: entering _queue_task() for managed_node1/include_tasks 7983 1726773092.86638: worker is 1 (out of 1 available) 7983 1726773092.86651: exiting _queue_task() for managed_node1/include_tasks 7983 1726773092.86662: done queuing things up, now waiting for results queue to drain 7983 1726773092.86664: waiting for pending results... 7983 1726773092.86845: running TaskExecutor() for managed_node1/TASK: Cleanup 7983 1726773092.86912: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000010 7983 1726773092.86924: variable 'ansible_search_path' from source: unknown 7983 1726773092.86956: calling self._execute() 7983 1726773092.87026: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.87030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.87038: variable 'omit' from source: magic vars 7983 1726773092.87115: _execute() done 7983 1726773092.87118: dumping result to json 7983 1726773092.87121: done dumping result, returning 7983 1726773092.87127: done running TaskExecutor() for managed_node1/TASK: Cleanup [1239c35c-e2e1-4fbf-0a43-000000000010] 7983 1726773092.87132: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000010 7983 1726773092.87222: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000010 7983 1726773092.87225: WORKER PROCESS EXITING 7983 1726773092.87253: no more pending results, returning what we have 7983 1726773092.87258: in VariableManager get_vars() 7983 1726773092.87297: Calling all_inventory to load vars for managed_node1 7983 1726773092.87300: Calling groups_inventory to load vars for managed_node1 7983 1726773092.87302: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.87314: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.87316: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.87319: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.87435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.87595: done with get_vars() 7983 1726773092.87601: variable 'ansible_search_path' from source: unknown 7983 1726773092.87611: we have included files to process 7983 1726773092.87612: generating all_blocks data 7983 1726773092.87616: done generating all_blocks data 7983 1726773092.87619: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 7983 1726773092.87620: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 7983 1726773092.87622: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 7983 1726773092.88242: done processing included file 7983 1726773092.88244: iterating over new_blocks loaded from include file 7983 1726773092.88245: in VariableManager get_vars() 7983 1726773092.88254: done with get_vars() 7983 1726773092.88255: filtering new block on tags 7983 1726773092.88269: done filtering new block on tags 7983 1726773092.88271: in VariableManager get_vars() 7983 1726773092.88281: done with get_vars() 7983 1726773092.88282: filtering new block on tags 7983 1726773092.88337: done filtering new block on tags 7983 1726773092.88339: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node1 7983 1726773092.88343: extending task lists for all hosts with included blocks 7983 1726773092.89798: done extending task lists 7983 1726773092.89799: done processing included files 7983 1726773092.89799: results queue empty 7983 1726773092.89800: checking for any_errors_fatal 7983 1726773092.89802: done checking for any_errors_fatal 7983 1726773092.89802: checking for max_fail_percentage 7983 1726773092.89804: done checking for max_fail_percentage 7983 1726773092.89805: checking to see if all hosts have failed and the running result is not ok 7983 1726773092.89806: done checking to see if all hosts have failed 7983 1726773092.89806: getting the remaining hosts for this loop 7983 1726773092.89807: done getting the remaining hosts for this loop 7983 1726773092.89809: getting the next task for host managed_node1 7983 1726773092.89811: done getting next task for host managed_node1 7983 1726773092.89813: ^ task is: TASK: Show current tuned profile settings 7983 1726773092.89814: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773092.89816: getting variables 7983 1726773092.89816: in VariableManager get_vars() 7983 1726773092.89824: Calling all_inventory to load vars for managed_node1 7983 1726773092.89825: Calling groups_inventory to load vars for managed_node1 7983 1726773092.89826: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773092.89830: Calling all_plugins_play to load vars for managed_node1 7983 1726773092.89833: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773092.89835: Calling groups_plugins_play to load vars for managed_node1 7983 1726773092.89928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773092.90038: done with get_vars() 7983 1726773092.90044: done getting variables 7983 1726773092.90071: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:11:32 -0400 (0:00:00.036) 0:00:21.990 **** 7983 1726773092.90091: entering _queue_task() for managed_node1/command 7983 1726773092.90283: worker is 1 (out of 1 available) 7983 1726773092.90296: exiting _queue_task() for managed_node1/command 7983 1726773092.90310: done queuing things up, now waiting for results queue to drain 7983 1726773092.90311: waiting for pending results... 7983 1726773092.90469: running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings 7983 1726773092.90537: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000588 7983 1726773092.90548: variable 'ansible_search_path' from source: unknown 7983 1726773092.90551: variable 'ansible_search_path' from source: unknown 7983 1726773092.90581: calling self._execute() 7983 1726773092.90650: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.90654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.90662: variable 'omit' from source: magic vars 7983 1726773092.90736: variable 'omit' from source: magic vars 7983 1726773092.90764: variable 'omit' from source: magic vars 7983 1726773092.90992: variable '__kernel_settings_profile_filename' from source: role '' exported vars 7983 1726773092.91049: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773092.91111: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773092.91117: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 7983 1726773092.91152: variable 'omit' from source: magic vars 7983 1726773092.91186: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773092.91214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773092.91229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773092.91246: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.91254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773092.91279: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773092.91283: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.91285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.91351: Set connection var ansible_shell_type to sh 7983 1726773092.91357: Set connection var ansible_timeout to 10 7983 1726773092.91362: Set connection var ansible_connection to ssh 7983 1726773092.91369: Set connection var ansible_pipelining to False 7983 1726773092.91374: Set connection var ansible_shell_executable to /bin/sh 7983 1726773092.91382: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773092.91397: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.91399: variable 'ansible_connection' from source: unknown 7983 1726773092.91402: variable 'ansible_module_compression' from source: unknown 7983 1726773092.91405: variable 'ansible_shell_type' from source: unknown 7983 1726773092.91408: variable 'ansible_shell_executable' from source: unknown 7983 1726773092.91410: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773092.91415: variable 'ansible_pipelining' from source: unknown 7983 1726773092.91418: variable 'ansible_timeout' from source: unknown 7983 1726773092.91420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773092.91519: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773092.91527: variable 'omit' from source: magic vars 7983 1726773092.91531: starting attempt loop 7983 1726773092.91534: running the handler 7983 1726773092.91548: _low_level_execute_command(): starting 7983 1726773092.91555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773092.92071: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.92087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.92117: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.92134: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.92175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.92188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773092.92210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.92309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.94022: stdout chunk (state=3): >>>/root <<< 7983 1726773092.94119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.94171: stderr chunk (state=3): >>><<< 7983 1726773092.94175: stdout chunk (state=3): >>><<< 7983 1726773092.94196: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.94209: _low_level_execute_command(): starting 7983 1726773092.94215: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012 `" && echo ansible-tmp-1726773092.9419522-8970-35791305756012="` echo /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012 `" ) && sleep 0' 7983 1726773092.94644: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.94657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.94681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.94706: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.94741: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.94754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.94862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.96880: stdout chunk (state=3): >>>ansible-tmp-1726773092.9419522-8970-35791305756012=/root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012 <<< 7983 1726773092.96986: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773092.97034: stderr chunk (state=3): >>><<< 7983 1726773092.97037: stdout chunk (state=3): >>><<< 7983 1726773092.97054: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773092.9419522-8970-35791305756012=/root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773092.97078: variable 'ansible_module_compression' from source: unknown 7983 1726773092.97120: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7983 1726773092.97147: variable 'ansible_facts' from source: unknown 7983 1726773092.97208: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/AnsiballZ_command.py 7983 1726773092.97308: Sending initial data 7983 1726773092.97319: Sent initial data (153 bytes) 7983 1726773092.97978: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773092.97982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773092.98018: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.98022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773092.98034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773092.98083: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773092.98086: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773092.98088: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773092.98190: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773092.99990: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 7983 1726773092.99996: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773093.00083: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773093.00179: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpdnviq9t3 /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/AnsiballZ_command.py <<< 7983 1726773093.00274: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773093.01275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.01363: stderr chunk (state=3): >>><<< 7983 1726773093.01366: stdout chunk (state=3): >>><<< 7983 1726773093.01386: done transferring module to remote 7983 1726773093.01394: _low_level_execute_command(): starting 7983 1726773093.01399: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/ /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/AnsiballZ_command.py && sleep 0' 7983 1726773093.01837: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.01840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.01872: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.01875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.01880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.01936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.01944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.02037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.03844: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.03886: stderr chunk (state=3): >>><<< 7983 1726773093.03889: stdout chunk (state=3): >>><<< 7983 1726773093.03902: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773093.03908: _low_level_execute_command(): starting 7983 1726773093.03912: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/AnsiballZ_command.py && sleep 0' 7983 1726773093.04330: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.04333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.04365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.04368: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.04371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.04424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.04427: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.04537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.18461: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n[vm]\ntransparent_hugepages = madvise", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/kernel_settings/tuned.conf"], "start": "2024-09-19 15:11:33.179884", "end": "2024-09-19 15:11:33.182949", "delta": "0:00:00.003065", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7983 1726773093.19707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773093.19760: stderr chunk (state=3): >>><<< 7983 1726773093.19763: stdout chunk (state=3): >>><<< 7983 1726773093.19779: _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[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n[vm]\ntransparent_hugepages = madvise", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/kernel_settings/tuned.conf"], "start": "2024-09-19 15:11:33.179884", "end": "2024-09-19 15:11:33.182949", "delta": "0:00:00.003065", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773093.19821: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773093.19828: _low_level_execute_command(): starting 7983 1726773093.19833: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773092.9419522-8970-35791305756012/ > /dev/null 2>&1 && sleep 0' 7983 1726773093.20284: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.20297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.20315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773093.20332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773093.20352: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.20387: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.20398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.20500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.22382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.22429: stderr chunk (state=3): >>><<< 7983 1726773093.22432: stdout chunk (state=3): >>><<< 7983 1726773093.22444: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773093.22451: handler run complete 7983 1726773093.22468: Evaluated conditional (False): False 7983 1726773093.22483: attempt loop complete, returning result 7983 1726773093.22486: _execute() done 7983 1726773093.22488: dumping result to json 7983 1726773093.22493: done dumping result, returning 7983 1726773093.22501: done running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings [1239c35c-e2e1-4fbf-0a43-000000000588] 7983 1726773093.22507: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000588 7983 1726773093.22612: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000588 7983 1726773093.22615: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/tuned/kernel_settings/tuned.conf" ], "delta": "0:00:00.003065", "end": "2024-09-19 15:11:33.182949", "rc": 0, "start": "2024-09-19 15:11:33.179884" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings [sysctl] fs.epoll.max_user_watches = 785592 fs.file-max = 379724 [sysfs] /sys/kernel/debug/x86/ibrs_enabled = 0 /sys/kernel/debug/x86/pti_enabled = 0 /sys/kernel/debug/x86/retp_enabled = 0 [vm] transparent_hugepages = madvise 7983 1726773093.22683: no more pending results, returning what we have 7983 1726773093.22687: results queue empty 7983 1726773093.22688: checking for any_errors_fatal 7983 1726773093.22689: done checking for any_errors_fatal 7983 1726773093.22690: checking for max_fail_percentage 7983 1726773093.22691: done checking for max_fail_percentage 7983 1726773093.22692: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.22693: done checking to see if all hosts have failed 7983 1726773093.22694: getting the remaining hosts for this loop 7983 1726773093.22696: done getting the remaining hosts for this loop 7983 1726773093.22700: getting the next task for host managed_node1 7983 1726773093.22710: done getting next task for host managed_node1 7983 1726773093.22715: ^ task is: TASK: Run role with purge to remove everything 7983 1726773093.22717: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.22722: getting variables 7983 1726773093.22723: in VariableManager get_vars() 7983 1726773093.22757: Calling all_inventory to load vars for managed_node1 7983 1726773093.22760: Calling groups_inventory to load vars for managed_node1 7983 1726773093.22762: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.22771: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.22773: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.22776: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.22893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.23018: done with get_vars() 7983 1726773093.23026: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.329) 0:00:22.320 **** 7983 1726773093.23093: entering _queue_task() for managed_node1/include_role 7983 1726773093.23280: worker is 1 (out of 1 available) 7983 1726773093.23291: exiting _queue_task() for managed_node1/include_role 7983 1726773093.23305: done queuing things up, now waiting for results queue to drain 7983 1726773093.23307: waiting for pending results... 7983 1726773093.23476: running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything 7983 1726773093.23550: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058a 7983 1726773093.23560: variable 'ansible_search_path' from source: unknown 7983 1726773093.23563: variable 'ansible_search_path' from source: unknown 7983 1726773093.23598: calling self._execute() 7983 1726773093.23668: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.23672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.23683: variable 'omit' from source: magic vars 7983 1726773093.23757: _execute() done 7983 1726773093.23761: dumping result to json 7983 1726773093.23764: done dumping result, returning 7983 1726773093.23767: done running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything [1239c35c-e2e1-4fbf-0a43-00000000058a] 7983 1726773093.23773: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058a 7983 1726773093.23880: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058a 7983 1726773093.23884: WORKER PROCESS EXITING 7983 1726773093.23913: no more pending results, returning what we have 7983 1726773093.23917: in VariableManager get_vars() 7983 1726773093.23950: Calling all_inventory to load vars for managed_node1 7983 1726773093.23953: Calling groups_inventory to load vars for managed_node1 7983 1726773093.23955: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.23964: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.23966: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.23968: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.24104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.24218: done with get_vars() 7983 1726773093.24224: variable 'ansible_search_path' from source: unknown 7983 1726773093.24224: variable 'ansible_search_path' from source: unknown 7983 1726773093.24400: variable 'omit' from source: magic vars 7983 1726773093.24422: variable 'omit' from source: magic vars 7983 1726773093.24431: variable 'omit' from source: magic vars 7983 1726773093.24434: we have included files to process 7983 1726773093.24435: generating all_blocks data 7983 1726773093.24436: done generating all_blocks data 7983 1726773093.24439: processing included file: fedora.linux_system_roles.kernel_settings 7983 1726773093.24451: in VariableManager get_vars() 7983 1726773093.24461: done with get_vars() 7983 1726773093.24479: in VariableManager get_vars() 7983 1726773093.24490: done with get_vars() 7983 1726773093.24514: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 7983 1726773093.24554: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 7983 1726773093.24568: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 7983 1726773093.24616: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 7983 1726773093.24940: in VariableManager get_vars() 7983 1726773093.24954: done with get_vars() 7983 1726773093.25780: in VariableManager get_vars() 7983 1726773093.25794: done with get_vars() 7983 1726773093.25897: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 7983 1726773093.26290: iterating over new_blocks loaded from include file 7983 1726773093.26291: in VariableManager get_vars() 7983 1726773093.26303: done with get_vars() 7983 1726773093.26305: filtering new block on tags 7983 1726773093.26469: done filtering new block on tags 7983 1726773093.26472: in VariableManager get_vars() 7983 1726773093.26482: done with get_vars() 7983 1726773093.26483: filtering new block on tags 7983 1726773093.26512: done filtering new block on tags 7983 1726773093.26514: in VariableManager get_vars() 7983 1726773093.26523: done with get_vars() 7983 1726773093.26524: filtering new block on tags 7983 1726773093.26619: done filtering new block on tags 7983 1726773093.26622: in VariableManager get_vars() 7983 1726773093.26631: done with get_vars() 7983 1726773093.26632: filtering new block on tags 7983 1726773093.26643: done filtering new block on tags 7983 1726773093.26644: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 7983 1726773093.26647: extending task lists for all hosts with included blocks 7983 1726773093.26827: done extending task lists 7983 1726773093.26828: done processing included files 7983 1726773093.26829: results queue empty 7983 1726773093.26829: checking for any_errors_fatal 7983 1726773093.26832: done checking for any_errors_fatal 7983 1726773093.26833: checking for max_fail_percentage 7983 1726773093.26833: done checking for max_fail_percentage 7983 1726773093.26834: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.26834: done checking to see if all hosts have failed 7983 1726773093.26835: getting the remaining hosts for this loop 7983 1726773093.26836: done getting the remaining hosts for this loop 7983 1726773093.26837: getting the next task for host managed_node1 7983 1726773093.26839: done getting next task for host managed_node1 7983 1726773093.26841: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773093.26843: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.26849: getting variables 7983 1726773093.26850: in VariableManager get_vars() 7983 1726773093.26858: Calling all_inventory to load vars for managed_node1 7983 1726773093.26859: Calling groups_inventory to load vars for managed_node1 7983 1726773093.26860: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.26864: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.26865: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.26867: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.26946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.27057: done with get_vars() 7983 1726773093.27063: done getting variables 7983 1726773093.27089: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.040) 0:00:22.361 **** 7983 1726773093.27113: entering _queue_task() for managed_node1/fail 7983 1726773093.27283: worker is 1 (out of 1 available) 7983 1726773093.27295: exiting _queue_task() for managed_node1/fail 7983 1726773093.27308: done queuing things up, now waiting for results queue to drain 7983 1726773093.27310: waiting for pending results... 7983 1726773093.27478: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 7983 1726773093.27560: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006d8 7983 1726773093.27571: variable 'ansible_search_path' from source: unknown 7983 1726773093.27575: variable 'ansible_search_path' from source: unknown 7983 1726773093.27608: calling self._execute() 7983 1726773093.27675: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.27678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.27690: variable 'omit' from source: magic vars 7983 1726773093.28029: variable 'kernel_settings_sysctl' from source: include params 7983 1726773093.28040: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773093.28050: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 7983 1726773093.28249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773093.29716: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773093.29758: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773093.29787: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773093.29823: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773093.29844: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773093.29901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.29922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.29940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.29967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.29982: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.30018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.30035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.30052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.30076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.30088: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.30120: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.30136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.30154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.30183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.30192: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.30368: variable 'kernel_settings_sysctl' from source: include params 7983 1726773093.30388: 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 7983 1726773093.30392: when evaluation is False, skipping this task 7983 1726773093.30394: _execute() done 7983 1726773093.30397: dumping result to json 7983 1726773093.30400: done dumping result, returning 7983 1726773093.30406: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-4fbf-0a43-0000000006d8] 7983 1726773093.30411: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006d8 7983 1726773093.30495: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006d8 7983 1726773093.30498: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 7983 1726773093.30550: no more pending results, returning what we have 7983 1726773093.30553: results queue empty 7983 1726773093.30554: checking for any_errors_fatal 7983 1726773093.30555: done checking for any_errors_fatal 7983 1726773093.30556: checking for max_fail_percentage 7983 1726773093.30557: done checking for max_fail_percentage 7983 1726773093.30558: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.30559: done checking to see if all hosts have failed 7983 1726773093.30559: getting the remaining hosts for this loop 7983 1726773093.30561: done getting the remaining hosts for this loop 7983 1726773093.30564: getting the next task for host managed_node1 7983 1726773093.30569: done getting next task for host managed_node1 7983 1726773093.30573: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773093.30580: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.30597: getting variables 7983 1726773093.30599: in VariableManager get_vars() 7983 1726773093.30633: Calling all_inventory to load vars for managed_node1 7983 1726773093.30636: Calling groups_inventory to load vars for managed_node1 7983 1726773093.30639: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.30645: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.30647: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.30648: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.30757: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.30913: done with get_vars() 7983 1726773093.30919: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.038) 0:00:22.399 **** 7983 1726773093.30981: entering _queue_task() for managed_node1/include_tasks 7983 1726773093.31155: worker is 1 (out of 1 available) 7983 1726773093.31168: exiting _queue_task() for managed_node1/include_tasks 7983 1726773093.31181: done queuing things up, now waiting for results queue to drain 7983 1726773093.31183: waiting for pending results... 7983 1726773093.31345: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 7983 1726773093.31419: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006d9 7983 1726773093.31430: variable 'ansible_search_path' from source: unknown 7983 1726773093.31433: variable 'ansible_search_path' from source: unknown 7983 1726773093.31461: calling self._execute() 7983 1726773093.31529: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.31534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.31543: variable 'omit' from source: magic vars 7983 1726773093.31615: _execute() done 7983 1726773093.31619: dumping result to json 7983 1726773093.31623: done dumping result, returning 7983 1726773093.31627: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-4fbf-0a43-0000000006d9] 7983 1726773093.31630: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006d9 7983 1726773093.31719: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006d9 7983 1726773093.31722: WORKER PROCESS EXITING 7983 1726773093.31776: no more pending results, returning what we have 7983 1726773093.31783: in VariableManager get_vars() 7983 1726773093.31813: Calling all_inventory to load vars for managed_node1 7983 1726773093.31815: Calling groups_inventory to load vars for managed_node1 7983 1726773093.31817: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.31823: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.31825: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.31826: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.31935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.32055: done with get_vars() 7983 1726773093.32061: variable 'ansible_search_path' from source: unknown 7983 1726773093.32061: variable 'ansible_search_path' from source: unknown 7983 1726773093.32085: we have included files to process 7983 1726773093.32086: generating all_blocks data 7983 1726773093.32087: done generating all_blocks data 7983 1726773093.32091: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773093.32092: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773093.32094: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 7983 1726773093.32543: done processing included file 7983 1726773093.32545: iterating over new_blocks loaded from include file 7983 1726773093.32546: in VariableManager get_vars() 7983 1726773093.32561: done with get_vars() 7983 1726773093.32562: filtering new block on tags 7983 1726773093.32598: done filtering new block on tags 7983 1726773093.32600: in VariableManager get_vars() 7983 1726773093.32618: done with get_vars() 7983 1726773093.32620: filtering new block on tags 7983 1726773093.32644: done filtering new block on tags 7983 1726773093.32646: in VariableManager get_vars() 7983 1726773093.32659: done with get_vars() 7983 1726773093.32660: filtering new block on tags 7983 1726773093.32686: done filtering new block on tags 7983 1726773093.32687: in VariableManager get_vars() 7983 1726773093.32701: done with get_vars() 7983 1726773093.32702: filtering new block on tags 7983 1726773093.32718: done filtering new block on tags 7983 1726773093.32720: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 7983 1726773093.32723: extending task lists for all hosts with included blocks 7983 1726773093.32851: done extending task lists 7983 1726773093.32852: done processing included files 7983 1726773093.32852: results queue empty 7983 1726773093.32853: checking for any_errors_fatal 7983 1726773093.32855: done checking for any_errors_fatal 7983 1726773093.32856: checking for max_fail_percentage 7983 1726773093.32856: done checking for max_fail_percentage 7983 1726773093.32857: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.32857: done checking to see if all hosts have failed 7983 1726773093.32858: getting the remaining hosts for this loop 7983 1726773093.32859: done getting the remaining hosts for this loop 7983 1726773093.32860: getting the next task for host managed_node1 7983 1726773093.32862: done getting next task for host managed_node1 7983 1726773093.32864: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773093.32866: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.32872: getting variables 7983 1726773093.32873: in VariableManager get_vars() 7983 1726773093.32883: Calling all_inventory to load vars for managed_node1 7983 1726773093.32885: Calling groups_inventory to load vars for managed_node1 7983 1726773093.32886: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.32889: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.32890: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.32892: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.32970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.33101: done with get_vars() 7983 1726773093.33109: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.021) 0:00:22.421 **** 7983 1726773093.33156: entering _queue_task() for managed_node1/setup 7983 1726773093.33311: worker is 1 (out of 1 available) 7983 1726773093.33320: exiting _queue_task() for managed_node1/setup 7983 1726773093.33329: done queuing things up, now waiting for results queue to drain 7983 1726773093.33330: waiting for pending results... 7983 1726773093.33558: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 7983 1726773093.33651: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000754 7983 1726773093.33661: variable 'ansible_search_path' from source: unknown 7983 1726773093.33664: variable 'ansible_search_path' from source: unknown 7983 1726773093.33695: calling self._execute() 7983 1726773093.33760: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.33764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.33773: variable 'omit' from source: magic vars 7983 1726773093.34144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773093.35640: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773093.35694: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773093.35722: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773093.35748: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773093.35770: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773093.35829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.35850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.35869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.35897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.35910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.35947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.35965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.35986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.36012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.36023: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.36140: variable '__kernel_settings_required_facts' from source: role '' all vars 7983 1726773093.36148: variable 'ansible_facts' from source: unknown 7983 1726773093.36214: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7983 1726773093.36217: when evaluation is False, skipping this task 7983 1726773093.36220: _execute() done 7983 1726773093.36223: dumping result to json 7983 1726773093.36225: done dumping result, returning 7983 1726773093.36231: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-4fbf-0a43-000000000754] 7983 1726773093.36236: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000754 7983 1726773093.36319: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000754 7983 1726773093.36321: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7983 1726773093.36364: no more pending results, returning what we have 7983 1726773093.36368: results queue empty 7983 1726773093.36369: checking for any_errors_fatal 7983 1726773093.36370: done checking for any_errors_fatal 7983 1726773093.36371: checking for max_fail_percentage 7983 1726773093.36372: done checking for max_fail_percentage 7983 1726773093.36373: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.36374: done checking to see if all hosts have failed 7983 1726773093.36375: getting the remaining hosts for this loop 7983 1726773093.36377: done getting the remaining hosts for this loop 7983 1726773093.36380: getting the next task for host managed_node1 7983 1726773093.36389: done getting next task for host managed_node1 7983 1726773093.36392: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773093.36397: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.36416: getting variables 7983 1726773093.36418: in VariableManager get_vars() 7983 1726773093.36448: Calling all_inventory to load vars for managed_node1 7983 1726773093.36451: Calling groups_inventory to load vars for managed_node1 7983 1726773093.36453: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.36460: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.36462: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.36465: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.36576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.36701: done with get_vars() 7983 1726773093.36709: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.036) 0:00:22.457 **** 7983 1726773093.36776: entering _queue_task() for managed_node1/stat 7983 1726773093.36944: worker is 1 (out of 1 available) 7983 1726773093.36955: exiting _queue_task() for managed_node1/stat 7983 1726773093.36967: done queuing things up, now waiting for results queue to drain 7983 1726773093.36968: waiting for pending results... 7983 1726773093.37145: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 7983 1726773093.37238: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000756 7983 1726773093.37248: variable 'ansible_search_path' from source: unknown 7983 1726773093.37252: variable 'ansible_search_path' from source: unknown 7983 1726773093.37283: calling self._execute() 7983 1726773093.37345: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.37349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.37357: variable 'omit' from source: magic vars 7983 1726773093.37684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773093.37908: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773093.37938: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773093.37964: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773093.37991: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773093.38057: 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) 7983 1726773093.38072: 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) 7983 1726773093.38092: 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) 7983 1726773093.38112: 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) 7983 1726773093.38191: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773093.38199: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 7983 1726773093.38202: when evaluation is False, skipping this task 7983 1726773093.38206: _execute() done 7983 1726773093.38209: dumping result to json 7983 1726773093.38211: done dumping result, returning 7983 1726773093.38218: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-4fbf-0a43-000000000756] 7983 1726773093.38223: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000756 7983 1726773093.38310: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000756 7983 1726773093.38313: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 7983 1726773093.38358: no more pending results, returning what we have 7983 1726773093.38361: results queue empty 7983 1726773093.38362: checking for any_errors_fatal 7983 1726773093.38368: done checking for any_errors_fatal 7983 1726773093.38369: checking for max_fail_percentage 7983 1726773093.38370: done checking for max_fail_percentage 7983 1726773093.38371: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.38372: done checking to see if all hosts have failed 7983 1726773093.38372: getting the remaining hosts for this loop 7983 1726773093.38373: done getting the remaining hosts for this loop 7983 1726773093.38383: getting the next task for host managed_node1 7983 1726773093.38389: done getting next task for host managed_node1 7983 1726773093.38393: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773093.38397: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.38412: getting variables 7983 1726773093.38414: in VariableManager get_vars() 7983 1726773093.38437: Calling all_inventory to load vars for managed_node1 7983 1726773093.38439: Calling groups_inventory to load vars for managed_node1 7983 1726773093.38441: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.38446: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.38448: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.38450: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.38590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.38714: done with get_vars() 7983 1726773093.38721: done getting variables 7983 1726773093.38758: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.020) 0:00:22.477 **** 7983 1726773093.38782: entering _queue_task() for managed_node1/set_fact 7983 1726773093.38943: worker is 1 (out of 1 available) 7983 1726773093.38954: exiting _queue_task() for managed_node1/set_fact 7983 1726773093.38965: done queuing things up, now waiting for results queue to drain 7983 1726773093.38966: waiting for pending results... 7983 1726773093.39130: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 7983 1726773093.39216: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000757 7983 1726773093.39226: variable 'ansible_search_path' from source: unknown 7983 1726773093.39230: variable 'ansible_search_path' from source: unknown 7983 1726773093.39259: calling self._execute() 7983 1726773093.39322: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.39326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.39334: variable 'omit' from source: magic vars 7983 1726773093.39647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773093.39809: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773093.39841: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773093.39865: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773093.39890: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773093.39951: 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) 7983 1726773093.39968: 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) 7983 1726773093.39987: 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) 7983 1726773093.40007: 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) 7983 1726773093.40086: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773093.40094: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 7983 1726773093.40097: when evaluation is False, skipping this task 7983 1726773093.40099: _execute() done 7983 1726773093.40102: dumping result to json 7983 1726773093.40106: done dumping result, returning 7983 1726773093.40112: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-4fbf-0a43-000000000757] 7983 1726773093.40117: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000757 7983 1726773093.40198: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000757 7983 1726773093.40201: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 7983 1726773093.40249: no more pending results, returning what we have 7983 1726773093.40252: results queue empty 7983 1726773093.40253: checking for any_errors_fatal 7983 1726773093.40259: done checking for any_errors_fatal 7983 1726773093.40260: checking for max_fail_percentage 7983 1726773093.40261: done checking for max_fail_percentage 7983 1726773093.40262: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.40263: done checking to see if all hosts have failed 7983 1726773093.40264: getting the remaining hosts for this loop 7983 1726773093.40265: done getting the remaining hosts for this loop 7983 1726773093.40268: getting the next task for host managed_node1 7983 1726773093.40274: done getting next task for host managed_node1 7983 1726773093.40280: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773093.40284: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.40297: getting variables 7983 1726773093.40298: in VariableManager get_vars() 7983 1726773093.40322: Calling all_inventory to load vars for managed_node1 7983 1726773093.40324: Calling groups_inventory to load vars for managed_node1 7983 1726773093.40325: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.40331: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.40332: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.40334: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.40441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.40565: done with get_vars() 7983 1726773093.40572: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.018) 0:00:22.496 **** 7983 1726773093.40634: entering _queue_task() for managed_node1/stat 7983 1726773093.40795: worker is 1 (out of 1 available) 7983 1726773093.40808: exiting _queue_task() for managed_node1/stat 7983 1726773093.40821: done queuing things up, now waiting for results queue to drain 7983 1726773093.40823: waiting for pending results... 7983 1726773093.40976: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 7983 1726773093.41065: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000759 7983 1726773093.41075: variable 'ansible_search_path' from source: unknown 7983 1726773093.41082: variable 'ansible_search_path' from source: unknown 7983 1726773093.41109: calling self._execute() 7983 1726773093.41166: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.41171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.41182: variable 'omit' from source: magic vars 7983 1726773093.41483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773093.41701: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773093.41732: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773093.41755: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773093.41783: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773093.41840: 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) 7983 1726773093.41857: 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) 7983 1726773093.41876: 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) 7983 1726773093.41895: 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) 7983 1726773093.41972: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773093.41980: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 7983 1726773093.41988: when evaluation is False, skipping this task 7983 1726773093.41991: _execute() done 7983 1726773093.41993: dumping result to json 7983 1726773093.41995: done dumping result, returning 7983 1726773093.42002: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-4fbf-0a43-000000000759] 7983 1726773093.42008: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000759 7983 1726773093.42084: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000759 7983 1726773093.42087: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 7983 1726773093.42135: no more pending results, returning what we have 7983 1726773093.42138: results queue empty 7983 1726773093.42139: checking for any_errors_fatal 7983 1726773093.42145: done checking for any_errors_fatal 7983 1726773093.42146: checking for max_fail_percentage 7983 1726773093.42147: done checking for max_fail_percentage 7983 1726773093.42148: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.42149: done checking to see if all hosts have failed 7983 1726773093.42149: getting the remaining hosts for this loop 7983 1726773093.42151: done getting the remaining hosts for this loop 7983 1726773093.42154: getting the next task for host managed_node1 7983 1726773093.42159: done getting next task for host managed_node1 7983 1726773093.42163: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773093.42167: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.42182: getting variables 7983 1726773093.42184: in VariableManager get_vars() 7983 1726773093.42216: Calling all_inventory to load vars for managed_node1 7983 1726773093.42218: Calling groups_inventory to load vars for managed_node1 7983 1726773093.42220: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.42225: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.42227: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.42229: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.42370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.42492: done with get_vars() 7983 1726773093.42499: done getting variables 7983 1726773093.42540: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.019) 0:00:22.515 **** 7983 1726773093.42561: entering _queue_task() for managed_node1/set_fact 7983 1726773093.42725: worker is 1 (out of 1 available) 7983 1726773093.42737: exiting _queue_task() for managed_node1/set_fact 7983 1726773093.42751: done queuing things up, now waiting for results queue to drain 7983 1726773093.42752: waiting for pending results... 7983 1726773093.42901: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 7983 1726773093.42993: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000075a 7983 1726773093.43006: variable 'ansible_search_path' from source: unknown 7983 1726773093.43010: variable 'ansible_search_path' from source: unknown 7983 1726773093.43034: calling self._execute() 7983 1726773093.43094: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.43098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.43109: variable 'omit' from source: magic vars 7983 1726773093.43408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773093.43566: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773093.43596: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773093.43622: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773093.43648: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773093.43705: 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) 7983 1726773093.43723: 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) 7983 1726773093.43743: 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) 7983 1726773093.43760: 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) 7983 1726773093.43837: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773093.43851: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 7983 1726773093.43855: when evaluation is False, skipping this task 7983 1726773093.43857: _execute() done 7983 1726773093.43860: dumping result to json 7983 1726773093.43862: done dumping result, returning 7983 1726773093.43868: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-4fbf-0a43-00000000075a] 7983 1726773093.43874: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000075a 7983 1726773093.43951: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000075a 7983 1726773093.43955: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 7983 1726773093.43997: no more pending results, returning what we have 7983 1726773093.44000: results queue empty 7983 1726773093.44001: checking for any_errors_fatal 7983 1726773093.44009: done checking for any_errors_fatal 7983 1726773093.44010: checking for max_fail_percentage 7983 1726773093.44011: done checking for max_fail_percentage 7983 1726773093.44012: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.44013: done checking to see if all hosts have failed 7983 1726773093.44014: getting the remaining hosts for this loop 7983 1726773093.44016: done getting the remaining hosts for this loop 7983 1726773093.44019: getting the next task for host managed_node1 7983 1726773093.44026: done getting next task for host managed_node1 7983 1726773093.44030: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773093.44035: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.44047: getting variables 7983 1726773093.44049: in VariableManager get_vars() 7983 1726773093.44078: Calling all_inventory to load vars for managed_node1 7983 1726773093.44080: Calling groups_inventory to load vars for managed_node1 7983 1726773093.44082: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.44088: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.44089: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.44091: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.44191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.44316: done with get_vars() 7983 1726773093.44323: done getting variables 7983 1726773093.44361: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.018) 0:00:22.533 **** 7983 1726773093.44384: entering _queue_task() for managed_node1/include_vars 7983 1726773093.44540: worker is 1 (out of 1 available) 7983 1726773093.44551: exiting _queue_task() for managed_node1/include_vars 7983 1726773093.44561: done queuing things up, now waiting for results queue to drain 7983 1726773093.44563: waiting for pending results... 7983 1726773093.44719: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 7983 1726773093.44814: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000075c 7983 1726773093.44827: variable 'ansible_search_path' from source: unknown 7983 1726773093.44831: variable 'ansible_search_path' from source: unknown 7983 1726773093.44856: calling self._execute() 7983 1726773093.44923: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.44927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.44933: variable 'omit' from source: magic vars 7983 1726773093.45002: variable 'omit' from source: magic vars 7983 1726773093.45049: variable 'omit' from source: magic vars 7983 1726773093.45300: variable 'ffparams' from source: task vars 7983 1726773093.45447: variable 'ansible_facts' from source: unknown 7983 1726773093.45572: variable 'ansible_facts' from source: unknown 7983 1726773093.45662: variable 'ansible_facts' from source: unknown 7983 1726773093.45753: variable 'ansible_facts' from source: unknown 7983 1726773093.45835: variable 'role_path' from source: magic vars 7983 1726773093.45947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7983 1726773093.46078: Loaded config def from plugin (lookup/first_found) 7983 1726773093.46085: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 7983 1726773093.46117: variable 'ansible_search_path' from source: unknown 7983 1726773093.46133: variable 'ansible_search_path' from source: unknown 7983 1726773093.46140: variable 'ansible_search_path' from source: unknown 7983 1726773093.46146: variable 'ansible_search_path' from source: unknown 7983 1726773093.46153: variable 'ansible_search_path' from source: unknown 7983 1726773093.46168: variable 'omit' from source: magic vars 7983 1726773093.46188: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773093.46207: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773093.46222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773093.46235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773093.46247: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773093.46267: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773093.46270: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.46273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.46336: Set connection var ansible_shell_type to sh 7983 1726773093.46344: Set connection var ansible_timeout to 10 7983 1726773093.46353: Set connection var ansible_connection to ssh 7983 1726773093.46361: Set connection var ansible_pipelining to False 7983 1726773093.46366: Set connection var ansible_shell_executable to /bin/sh 7983 1726773093.46371: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773093.46390: variable 'ansible_shell_executable' from source: unknown 7983 1726773093.46393: variable 'ansible_connection' from source: unknown 7983 1726773093.46395: variable 'ansible_module_compression' from source: unknown 7983 1726773093.46397: variable 'ansible_shell_type' from source: unknown 7983 1726773093.46400: variable 'ansible_shell_executable' from source: unknown 7983 1726773093.46402: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.46411: variable 'ansible_pipelining' from source: unknown 7983 1726773093.46413: variable 'ansible_timeout' from source: unknown 7983 1726773093.46418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.46494: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773093.46503: variable 'omit' from source: magic vars 7983 1726773093.46509: starting attempt loop 7983 1726773093.46511: running the handler 7983 1726773093.46553: handler run complete 7983 1726773093.46562: attempt loop complete, returning result 7983 1726773093.46567: _execute() done 7983 1726773093.46570: dumping result to json 7983 1726773093.46573: done dumping result, returning 7983 1726773093.46582: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-4fbf-0a43-00000000075c] 7983 1726773093.46585: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000075c 7983 1726773093.46675: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000075c 7983 1726773093.46681: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 7983 1726773093.46750: no more pending results, returning what we have 7983 1726773093.46753: results queue empty 7983 1726773093.46754: checking for any_errors_fatal 7983 1726773093.46757: done checking for any_errors_fatal 7983 1726773093.46758: checking for max_fail_percentage 7983 1726773093.46759: done checking for max_fail_percentage 7983 1726773093.46760: checking to see if all hosts have failed and the running result is not ok 7983 1726773093.46761: done checking to see if all hosts have failed 7983 1726773093.46762: getting the remaining hosts for this loop 7983 1726773093.46763: done getting the remaining hosts for this loop 7983 1726773093.46765: getting the next task for host managed_node1 7983 1726773093.46771: done getting next task for host managed_node1 7983 1726773093.46774: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773093.46781: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773093.46790: getting variables 7983 1726773093.46791: in VariableManager get_vars() 7983 1726773093.46816: Calling all_inventory to load vars for managed_node1 7983 1726773093.46818: Calling groups_inventory to load vars for managed_node1 7983 1726773093.46819: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773093.46829: Calling all_plugins_play to load vars for managed_node1 7983 1726773093.46830: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773093.46832: Calling groups_plugins_play to load vars for managed_node1 7983 1726773093.46966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773093.47086: done with get_vars() 7983 1726773093.47093: done getting variables 7983 1726773093.47131: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:33 -0400 (0:00:00.027) 0:00:22.561 **** 7983 1726773093.47152: entering _queue_task() for managed_node1/package 7983 1726773093.47310: worker is 1 (out of 1 available) 7983 1726773093.47323: exiting _queue_task() for managed_node1/package 7983 1726773093.47334: done queuing things up, now waiting for results queue to drain 7983 1726773093.47336: waiting for pending results... 7983 1726773093.47493: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 7983 1726773093.47565: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006da 7983 1726773093.47575: variable 'ansible_search_path' from source: unknown 7983 1726773093.47581: variable 'ansible_search_path' from source: unknown 7983 1726773093.47608: calling self._execute() 7983 1726773093.47670: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.47674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.47684: variable 'omit' from source: magic vars 7983 1726773093.47753: variable 'omit' from source: magic vars 7983 1726773093.47794: variable 'omit' from source: magic vars 7983 1726773093.47817: variable '__kernel_settings_packages' from source: include_vars 7983 1726773093.48014: variable '__kernel_settings_packages' from source: include_vars 7983 1726773093.48153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773093.49570: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773093.49622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773093.49649: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773093.49673: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773093.49694: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773093.49760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773093.49781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773093.49797: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773093.49828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773093.49839: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773093.49909: variable '__kernel_settings_is_ostree' from source: set_fact 7983 1726773093.49912: variable 'omit' from source: magic vars 7983 1726773093.49935: variable 'omit' from source: magic vars 7983 1726773093.49956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773093.49975: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773093.49989: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773093.50002: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773093.50012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773093.50039: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773093.50042: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.50046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.50102: Set connection var ansible_shell_type to sh 7983 1726773093.50110: Set connection var ansible_timeout to 10 7983 1726773093.50115: Set connection var ansible_connection to ssh 7983 1726773093.50123: Set connection var ansible_pipelining to False 7983 1726773093.50128: Set connection var ansible_shell_executable to /bin/sh 7983 1726773093.50133: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773093.50149: variable 'ansible_shell_executable' from source: unknown 7983 1726773093.50152: variable 'ansible_connection' from source: unknown 7983 1726773093.50156: variable 'ansible_module_compression' from source: unknown 7983 1726773093.50158: variable 'ansible_shell_type' from source: unknown 7983 1726773093.50160: variable 'ansible_shell_executable' from source: unknown 7983 1726773093.50163: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773093.50165: variable 'ansible_pipelining' from source: unknown 7983 1726773093.50167: variable 'ansible_timeout' from source: unknown 7983 1726773093.50172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773093.50238: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773093.50246: variable 'omit' from source: magic vars 7983 1726773093.50250: starting attempt loop 7983 1726773093.50253: running the handler 7983 1726773093.50261: variable 'ansible_facts' from source: unknown 7983 1726773093.50263: variable 'ansible_facts' from source: unknown 7983 1726773093.50301: _low_level_execute_command(): starting 7983 1726773093.50308: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773093.50806: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.50825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.50841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773093.50853: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.50899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.50917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.51032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.52732: stdout chunk (state=3): >>>/root <<< 7983 1726773093.52835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.52887: stderr chunk (state=3): >>><<< 7983 1726773093.52890: stdout chunk (state=3): >>><<< 7983 1726773093.52909: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773093.52919: _low_level_execute_command(): starting 7983 1726773093.52924: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964 `" && echo ansible-tmp-1726773093.5290852-8987-110075201804964="` echo /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964 `" ) && sleep 0' 7983 1726773093.53382: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773093.53397: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.53416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.53437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.53480: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773093.53494: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773093.53511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.53530: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773093.53543: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773093.53559: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773093.53572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.53586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.53602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.53667: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.53699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.53724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773093.53742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.53871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.55821: stdout chunk (state=3): >>>ansible-tmp-1726773093.5290852-8987-110075201804964=/root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964 <<< 7983 1726773093.55935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.55976: stderr chunk (state=3): >>><<< 7983 1726773093.55982: stdout chunk (state=3): >>><<< 7983 1726773093.55992: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773093.5290852-8987-110075201804964=/root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773093.56018: variable 'ansible_module_compression' from source: unknown 7983 1726773093.56062: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7983 1726773093.56090: variable 'ansible_facts' from source: unknown 7983 1726773093.56160: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/AnsiballZ_dnf.py 7983 1726773093.56257: Sending initial data 7983 1726773093.56265: Sent initial data (150 bytes) 7983 1726773093.56911: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.56914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.56945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.56948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.56951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.57001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.57008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.57115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.58959: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773093.59052: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773093.59148: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpwemcstqc /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/AnsiballZ_dnf.py <<< 7983 1726773093.59241: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773093.60454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.60546: stderr chunk (state=3): >>><<< 7983 1726773093.60549: stdout chunk (state=3): >>><<< 7983 1726773093.60565: done transferring module to remote 7983 1726773093.60574: _low_level_execute_command(): starting 7983 1726773093.60578: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/ /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/AnsiballZ_dnf.py && sleep 0' 7983 1726773093.61008: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.61017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.61045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.61048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773093.61050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.61093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.61108: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.61212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773093.63049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773093.63093: stderr chunk (state=3): >>><<< 7983 1726773093.63097: stdout chunk (state=3): >>><<< 7983 1726773093.63110: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773093.63114: _low_level_execute_command(): starting 7983 1726773093.63117: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/AnsiballZ_dnf.py && sleep 0' 7983 1726773093.63526: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773093.63538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773093.63555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773093.63567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773093.63578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773093.63623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773093.63636: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773093.63746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773094.73717: 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}}} <<< 7983 1726773094.80538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773094.80594: stderr chunk (state=3): >>><<< 7983 1726773094.80598: stdout chunk (state=3): >>><<< 7983 1726773094.80615: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773094.80651: 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-1726773093.5290852-8987-110075201804964/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773094.80659: _low_level_execute_command(): starting 7983 1726773094.80666: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773093.5290852-8987-110075201804964/ > /dev/null 2>&1 && sleep 0' 7983 1726773094.81135: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773094.81139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773094.81173: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773094.81176: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773094.81181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773094.81229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773094.81241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773094.81348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773094.83257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773094.83308: stderr chunk (state=3): >>><<< 7983 1726773094.83311: stdout chunk (state=3): >>><<< 7983 1726773094.83323: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773094.83329: handler run complete 7983 1726773094.83356: attempt loop complete, returning result 7983 1726773094.83359: _execute() done 7983 1726773094.83362: dumping result to json 7983 1726773094.83366: done dumping result, returning 7983 1726773094.83375: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-4fbf-0a43-0000000006da] 7983 1726773094.83382: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006da 7983 1726773094.83483: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006da 7983 1726773094.83486: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7983 1726773094.83582: no more pending results, returning what we have 7983 1726773094.83586: results queue empty 7983 1726773094.83586: checking for any_errors_fatal 7983 1726773094.83595: done checking for any_errors_fatal 7983 1726773094.83596: checking for max_fail_percentage 7983 1726773094.83597: done checking for max_fail_percentage 7983 1726773094.83598: checking to see if all hosts have failed and the running result is not ok 7983 1726773094.83599: done checking to see if all hosts have failed 7983 1726773094.83599: getting the remaining hosts for this loop 7983 1726773094.83601: done getting the remaining hosts for this loop 7983 1726773094.83606: getting the next task for host managed_node1 7983 1726773094.83613: done getting next task for host managed_node1 7983 1726773094.83617: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773094.83621: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773094.83631: getting variables 7983 1726773094.83632: in VariableManager get_vars() 7983 1726773094.83665: Calling all_inventory to load vars for managed_node1 7983 1726773094.83667: Calling groups_inventory to load vars for managed_node1 7983 1726773094.83669: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773094.83680: Calling all_plugins_play to load vars for managed_node1 7983 1726773094.83682: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773094.83685: Calling groups_plugins_play to load vars for managed_node1 7983 1726773094.83800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773094.83931: done with get_vars() 7983 1726773094.83941: done getting variables 7983 1726773094.83986: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:34 -0400 (0:00:01.368) 0:00:23.930 **** 7983 1726773094.84010: entering _queue_task() for managed_node1/debug 7983 1726773094.84196: worker is 1 (out of 1 available) 7983 1726773094.84210: exiting _queue_task() for managed_node1/debug 7983 1726773094.84222: done queuing things up, now waiting for results queue to drain 7983 1726773094.84224: waiting for pending results... 7983 1726773094.84400: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 7983 1726773094.84482: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006dc 7983 1726773094.84500: variable 'ansible_search_path' from source: unknown 7983 1726773094.84506: variable 'ansible_search_path' from source: unknown 7983 1726773094.84534: calling self._execute() 7983 1726773094.84601: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.84608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.84615: variable 'omit' from source: magic vars 7983 1726773094.84952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773094.86438: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773094.86482: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773094.86508: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773094.86536: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773094.86556: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773094.86613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773094.86644: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773094.86663: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773094.86689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773094.86700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773094.86780: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773094.86792: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773094.86795: when evaluation is False, skipping this task 7983 1726773094.86798: _execute() done 7983 1726773094.86800: dumping result to json 7983 1726773094.86804: done dumping result, returning 7983 1726773094.86811: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-0000000006dc] 7983 1726773094.86816: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006dc 7983 1726773094.86897: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006dc 7983 1726773094.86900: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 7983 1726773094.86946: no more pending results, returning what we have 7983 1726773094.86949: results queue empty 7983 1726773094.86950: checking for any_errors_fatal 7983 1726773094.86957: done checking for any_errors_fatal 7983 1726773094.86958: checking for max_fail_percentage 7983 1726773094.86959: done checking for max_fail_percentage 7983 1726773094.86960: checking to see if all hosts have failed and the running result is not ok 7983 1726773094.86961: done checking to see if all hosts have failed 7983 1726773094.86961: getting the remaining hosts for this loop 7983 1726773094.86963: done getting the remaining hosts for this loop 7983 1726773094.86966: getting the next task for host managed_node1 7983 1726773094.86970: done getting next task for host managed_node1 7983 1726773094.86974: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773094.86980: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773094.86993: getting variables 7983 1726773094.86995: in VariableManager get_vars() 7983 1726773094.87030: Calling all_inventory to load vars for managed_node1 7983 1726773094.87033: Calling groups_inventory to load vars for managed_node1 7983 1726773094.87035: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773094.87042: Calling all_plugins_play to load vars for managed_node1 7983 1726773094.87044: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773094.87046: Calling groups_plugins_play to load vars for managed_node1 7983 1726773094.87153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773094.87319: done with get_vars() 7983 1726773094.87325: done getting variables 7983 1726773094.87368: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:34 -0400 (0:00:00.033) 0:00:23.963 **** 7983 1726773094.87392: entering _queue_task() for managed_node1/reboot 7983 1726773094.87567: worker is 1 (out of 1 available) 7983 1726773094.87583: exiting _queue_task() for managed_node1/reboot 7983 1726773094.87596: done queuing things up, now waiting for results queue to drain 7983 1726773094.87598: waiting for pending results... 7983 1726773094.87764: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 7983 1726773094.87843: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006dd 7983 1726773094.87854: variable 'ansible_search_path' from source: unknown 7983 1726773094.87857: variable 'ansible_search_path' from source: unknown 7983 1726773094.87885: calling self._execute() 7983 1726773094.87953: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.87957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.87967: variable 'omit' from source: magic vars 7983 1726773094.88294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773094.89719: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773094.89769: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773094.89797: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773094.89823: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773094.89846: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773094.89898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773094.89920: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773094.89937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773094.89966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773094.89981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773094.90051: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773094.90066: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773094.90069: when evaluation is False, skipping this task 7983 1726773094.90072: _execute() done 7983 1726773094.90074: dumping result to json 7983 1726773094.90077: done dumping result, returning 7983 1726773094.90082: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-4fbf-0a43-0000000006dd] 7983 1726773094.90088: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006dd 7983 1726773094.90168: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006dd 7983 1726773094.90171: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773094.90240: no more pending results, returning what we have 7983 1726773094.90243: results queue empty 7983 1726773094.90244: checking for any_errors_fatal 7983 1726773094.90250: done checking for any_errors_fatal 7983 1726773094.90251: checking for max_fail_percentage 7983 1726773094.90252: done checking for max_fail_percentage 7983 1726773094.90253: checking to see if all hosts have failed and the running result is not ok 7983 1726773094.90254: done checking to see if all hosts have failed 7983 1726773094.90255: getting the remaining hosts for this loop 7983 1726773094.90256: done getting the remaining hosts for this loop 7983 1726773094.90259: getting the next task for host managed_node1 7983 1726773094.90264: done getting next task for host managed_node1 7983 1726773094.90268: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773094.90271: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773094.90292: getting variables 7983 1726773094.90293: in VariableManager get_vars() 7983 1726773094.90320: Calling all_inventory to load vars for managed_node1 7983 1726773094.90321: Calling groups_inventory to load vars for managed_node1 7983 1726773094.90323: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773094.90329: Calling all_plugins_play to load vars for managed_node1 7983 1726773094.90330: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773094.90332: Calling groups_plugins_play to load vars for managed_node1 7983 1726773094.90438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773094.90564: done with get_vars() 7983 1726773094.90572: done getting variables 7983 1726773094.90614: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:11:34 -0400 (0:00:00.032) 0:00:23.996 **** 7983 1726773094.90636: entering _queue_task() for managed_node1/fail 7983 1726773094.90813: worker is 1 (out of 1 available) 7983 1726773094.90826: exiting _queue_task() for managed_node1/fail 7983 1726773094.90837: done queuing things up, now waiting for results queue to drain 7983 1726773094.90839: waiting for pending results... 7983 1726773094.91000: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 7983 1726773094.91089: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006de 7983 1726773094.91100: variable 'ansible_search_path' from source: unknown 7983 1726773094.91105: variable 'ansible_search_path' from source: unknown 7983 1726773094.91135: calling self._execute() 7983 1726773094.91205: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.91209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.91218: variable 'omit' from source: magic vars 7983 1726773094.91558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773094.93044: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773094.93086: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773094.93117: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773094.93144: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773094.93164: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773094.93221: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773094.93246: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773094.93263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773094.93291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773094.93302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773094.93380: variable '__kernel_settings_is_transactional' from source: set_fact 7983 1726773094.93392: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 7983 1726773094.93395: when evaluation is False, skipping this task 7983 1726773094.93397: _execute() done 7983 1726773094.93400: dumping result to json 7983 1726773094.93402: done dumping result, returning 7983 1726773094.93411: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-4fbf-0a43-0000000006de] 7983 1726773094.93416: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006de 7983 1726773094.93501: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006de 7983 1726773094.93506: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7983 1726773094.93551: no more pending results, returning what we have 7983 1726773094.93554: results queue empty 7983 1726773094.93555: checking for any_errors_fatal 7983 1726773094.93560: done checking for any_errors_fatal 7983 1726773094.93561: checking for max_fail_percentage 7983 1726773094.93562: done checking for max_fail_percentage 7983 1726773094.93563: checking to see if all hosts have failed and the running result is not ok 7983 1726773094.93564: done checking to see if all hosts have failed 7983 1726773094.93565: getting the remaining hosts for this loop 7983 1726773094.93566: done getting the remaining hosts for this loop 7983 1726773094.93569: getting the next task for host managed_node1 7983 1726773094.93580: done getting next task for host managed_node1 7983 1726773094.93584: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773094.93588: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773094.93600: getting variables 7983 1726773094.93601: in VariableManager get_vars() 7983 1726773094.93633: Calling all_inventory to load vars for managed_node1 7983 1726773094.93635: Calling groups_inventory to load vars for managed_node1 7983 1726773094.93638: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773094.93645: Calling all_plugins_play to load vars for managed_node1 7983 1726773094.93647: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773094.93654: Calling groups_plugins_play to load vars for managed_node1 7983 1726773094.93807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773094.93928: done with get_vars() 7983 1726773094.93935: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:11:34 -0400 (0:00:00.033) 0:00:24.029 **** 7983 1726773094.93992: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773094.94159: worker is 1 (out of 1 available) 7983 1726773094.94172: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773094.94186: done queuing things up, now waiting for results queue to drain 7983 1726773094.94188: waiting for pending results... 7983 1726773094.94351: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 7983 1726773094.94426: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e0 7983 1726773094.94437: variable 'ansible_search_path' from source: unknown 7983 1726773094.94440: variable 'ansible_search_path' from source: unknown 7983 1726773094.94466: calling self._execute() 7983 1726773094.94531: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.94537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.94545: variable 'omit' from source: magic vars 7983 1726773094.94615: variable 'omit' from source: magic vars 7983 1726773094.94654: variable 'omit' from source: magic vars 7983 1726773094.94674: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773094.94882: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 7983 1726773094.94936: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773094.94964: variable 'omit' from source: magic vars 7983 1726773094.94996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773094.95023: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773094.95039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773094.95052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773094.95062: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773094.95093: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773094.95096: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.95099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.95166: Set connection var ansible_shell_type to sh 7983 1726773094.95180: Set connection var ansible_timeout to 10 7983 1726773094.95183: Set connection var ansible_connection to ssh 7983 1726773094.95193: Set connection var ansible_pipelining to False 7983 1726773094.95199: Set connection var ansible_shell_executable to /bin/sh 7983 1726773094.95205: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773094.95220: variable 'ansible_shell_executable' from source: unknown 7983 1726773094.95223: variable 'ansible_connection' from source: unknown 7983 1726773094.95226: variable 'ansible_module_compression' from source: unknown 7983 1726773094.95228: variable 'ansible_shell_type' from source: unknown 7983 1726773094.95230: variable 'ansible_shell_executable' from source: unknown 7983 1726773094.95232: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773094.95236: variable 'ansible_pipelining' from source: unknown 7983 1726773094.95239: variable 'ansible_timeout' from source: unknown 7983 1726773094.95243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773094.95368: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773094.95376: variable 'omit' from source: magic vars 7983 1726773094.95381: starting attempt loop 7983 1726773094.95384: running the handler 7983 1726773094.95396: _low_level_execute_command(): starting 7983 1726773094.95403: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773094.95905: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773094.95921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773094.95939: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773094.95957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773094.96002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773094.96017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773094.96136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773094.97853: stdout chunk (state=3): >>>/root <<< 7983 1726773094.97953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773094.98002: stderr chunk (state=3): >>><<< 7983 1726773094.98007: stdout chunk (state=3): >>><<< 7983 1726773094.98024: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773094.98035: _low_level_execute_command(): starting 7983 1726773094.98041: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511 `" && echo ansible-tmp-1726773094.980238-9007-78497808417511="` echo /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511 `" ) && sleep 0' 7983 1726773094.98466: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773094.98482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773094.98494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773094.98521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773094.98560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773094.98572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773094.98678: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.00618: stdout chunk (state=3): >>>ansible-tmp-1726773094.980238-9007-78497808417511=/root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511 <<< 7983 1726773095.00727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.00773: stderr chunk (state=3): >>><<< 7983 1726773095.00776: stdout chunk (state=3): >>><<< 7983 1726773095.00790: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773094.980238-9007-78497808417511=/root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.00824: variable 'ansible_module_compression' from source: unknown 7983 1726773095.00852: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 7983 1726773095.00881: variable 'ansible_facts' from source: unknown 7983 1726773095.00948: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/AnsiballZ_kernel_settings_get_config.py 7983 1726773095.01045: Sending initial data 7983 1726773095.01055: Sent initial data (171 bytes) 7983 1726773095.01693: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.01696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.01732: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.01736: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.01739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.01791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.01798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.01898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.03701: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773095.03797: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773095.03901: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpx4xxwznj /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773095.03994: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773095.04995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.05078: stderr chunk (state=3): >>><<< 7983 1726773095.05082: stdout chunk (state=3): >>><<< 7983 1726773095.05097: done transferring module to remote 7983 1726773095.05107: _low_level_execute_command(): starting 7983 1726773095.05110: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/ /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773095.05538: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.05541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.05573: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.05576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.05579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.05635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.05639: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.05740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.07613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.07651: stderr chunk (state=3): >>><<< 7983 1726773095.07654: stdout chunk (state=3): >>><<< 7983 1726773095.07668: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.07672: _low_level_execute_command(): starting 7983 1726773095.07674: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773095.08086: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.08089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.08129: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.08133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.08135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773095.08137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.08182: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.08186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.08298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.22061: 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"}}} <<< 7983 1726773095.23193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773095.23245: stderr chunk (state=3): >>><<< 7983 1726773095.23249: stdout chunk (state=3): >>><<< 7983 1726773095.23266: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773095.23294: 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-1726773094.980238-9007-78497808417511/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773095.23301: _low_level_execute_command(): starting 7983 1726773095.23309: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773094.980238-9007-78497808417511/ > /dev/null 2>&1 && sleep 0' 7983 1726773095.23753: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.23765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.23777: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.23788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773095.23803: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.23847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.23864: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.23963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.25855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.25897: stderr chunk (state=3): >>><<< 7983 1726773095.25900: stdout chunk (state=3): >>><<< 7983 1726773095.25914: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.25920: handler run complete 7983 1726773095.25934: attempt loop complete, returning result 7983 1726773095.25938: _execute() done 7983 1726773095.25941: dumping result to json 7983 1726773095.25944: done dumping result, returning 7983 1726773095.25953: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-4fbf-0a43-0000000006e0] 7983 1726773095.25958: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e0 7983 1726773095.26056: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e0 7983 1726773095.26059: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 7983 1726773095.26130: no more pending results, returning what we have 7983 1726773095.26134: results queue empty 7983 1726773095.26134: checking for any_errors_fatal 7983 1726773095.26141: done checking for any_errors_fatal 7983 1726773095.26141: checking for max_fail_percentage 7983 1726773095.26143: done checking for max_fail_percentage 7983 1726773095.26144: checking to see if all hosts have failed and the running result is not ok 7983 1726773095.26144: done checking to see if all hosts have failed 7983 1726773095.26145: getting the remaining hosts for this loop 7983 1726773095.26147: done getting the remaining hosts for this loop 7983 1726773095.26150: getting the next task for host managed_node1 7983 1726773095.26157: done getting next task for host managed_node1 7983 1726773095.26161: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773095.26165: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773095.26175: getting variables 7983 1726773095.26176: in VariableManager get_vars() 7983 1726773095.26213: Calling all_inventory to load vars for managed_node1 7983 1726773095.26216: Calling groups_inventory to load vars for managed_node1 7983 1726773095.26218: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773095.26226: Calling all_plugins_play to load vars for managed_node1 7983 1726773095.26229: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773095.26231: Calling groups_plugins_play to load vars for managed_node1 7983 1726773095.26351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773095.26480: done with get_vars() 7983 1726773095.26489: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:11:35 -0400 (0:00:00.325) 0:00:24.355 **** 7983 1726773095.26557: entering _queue_task() for managed_node1/stat 7983 1726773095.26736: worker is 1 (out of 1 available) 7983 1726773095.26749: exiting _queue_task() for managed_node1/stat 7983 1726773095.26762: done queuing things up, now waiting for results queue to drain 7983 1726773095.26764: waiting for pending results... 7983 1726773095.26948: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 7983 1726773095.27029: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e1 7983 1726773095.27044: variable 'ansible_search_path' from source: unknown 7983 1726773095.27047: variable 'ansible_search_path' from source: unknown 7983 1726773095.27088: variable '__prof_from_conf' from source: task vars 7983 1726773095.27327: variable '__prof_from_conf' from source: task vars 7983 1726773095.27461: variable '__data' from source: task vars 7983 1726773095.27515: variable '__kernel_settings_register_tuned_main' from source: set_fact 7983 1726773095.27656: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773095.27663: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773095.27711: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773095.27793: variable 'omit' from source: magic vars 7983 1726773095.27867: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.27874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.27885: variable 'omit' from source: magic vars 7983 1726773095.28058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773095.29719: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773095.29761: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773095.29789: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773095.29827: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773095.29847: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773095.29906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.29928: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.29949: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.29978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.29992: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.30057: variable 'item' from source: unknown 7983 1726773095.30068: Evaluated conditional (item | length > 0): False 7983 1726773095.30071: when evaluation is False, skipping this task 7983 1726773095.30096: variable 'item' from source: unknown 7983 1726773095.30142: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 7983 1726773095.30287: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.30290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.30293: variable 'omit' from source: magic vars 7983 1726773095.30352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.30369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.30389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.30419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.30430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.30483: variable 'item' from source: unknown 7983 1726773095.30490: Evaluated conditional (item | length > 0): True 7983 1726773095.30495: variable 'omit' from source: magic vars 7983 1726773095.30530: variable 'omit' from source: magic vars 7983 1726773095.30561: variable 'item' from source: unknown 7983 1726773095.30608: variable 'item' from source: unknown 7983 1726773095.30621: variable 'omit' from source: magic vars 7983 1726773095.30643: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773095.30662: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773095.30676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773095.30691: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.30700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.30722: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773095.30726: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.30728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.30792: Set connection var ansible_shell_type to sh 7983 1726773095.30798: Set connection var ansible_timeout to 10 7983 1726773095.30805: Set connection var ansible_connection to ssh 7983 1726773095.30813: Set connection var ansible_pipelining to False 7983 1726773095.30818: Set connection var ansible_shell_executable to /bin/sh 7983 1726773095.30822: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773095.30837: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.30844: variable 'ansible_connection' from source: unknown 7983 1726773095.30846: variable 'ansible_module_compression' from source: unknown 7983 1726773095.30848: variable 'ansible_shell_type' from source: unknown 7983 1726773095.30852: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.30854: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.30857: variable 'ansible_pipelining' from source: unknown 7983 1726773095.30858: variable 'ansible_timeout' from source: unknown 7983 1726773095.30861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.30955: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773095.30964: variable 'omit' from source: magic vars 7983 1726773095.30967: starting attempt loop 7983 1726773095.30971: running the handler 7983 1726773095.30979: _low_level_execute_command(): starting 7983 1726773095.30987: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773095.31466: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.31484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.31504: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.31520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.31562: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.31574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.31685: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.33402: stdout chunk (state=3): >>>/root <<< 7983 1726773095.33510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.33558: stderr chunk (state=3): >>><<< 7983 1726773095.33561: stdout chunk (state=3): >>><<< 7983 1726773095.33578: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.33590: _low_level_execute_command(): starting 7983 1726773095.33593: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930 `" && echo ansible-tmp-1726773095.3358018-9015-147650526439930="` echo /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930 `" ) && sleep 0' 7983 1726773095.34012: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.34025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.34042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.34053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773095.34062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.34108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.34121: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.34224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.36202: stdout chunk (state=3): >>>ansible-tmp-1726773095.3358018-9015-147650526439930=/root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930 <<< 7983 1726773095.36313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.36357: stderr chunk (state=3): >>><<< 7983 1726773095.36361: stdout chunk (state=3): >>><<< 7983 1726773095.36373: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773095.3358018-9015-147650526439930=/root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.36407: variable 'ansible_module_compression' from source: unknown 7983 1726773095.36448: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773095.36476: variable 'ansible_facts' from source: unknown 7983 1726773095.36538: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/AnsiballZ_stat.py 7983 1726773095.36632: Sending initial data 7983 1726773095.36642: Sent initial data (151 bytes) 7983 1726773095.37273: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.37276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.37310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.37318: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.37321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.37369: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.37372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.37477: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.39290: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 7983 1726773095.39293: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773095.39385: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773095.39482: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp04p0kgjk /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/AnsiballZ_stat.py <<< 7983 1726773095.39579: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773095.40563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.40649: stderr chunk (state=3): >>><<< 7983 1726773095.40653: stdout chunk (state=3): >>><<< 7983 1726773095.40667: done transferring module to remote 7983 1726773095.40675: _low_level_execute_command(): starting 7983 1726773095.40678: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/ /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/AnsiballZ_stat.py && sleep 0' 7983 1726773095.41089: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.41092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.41108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.41126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773095.41137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.41173: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.41192: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.41286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.43113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.43151: stderr chunk (state=3): >>><<< 7983 1726773095.43158: stdout chunk (state=3): >>><<< 7983 1726773095.43175: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.43180: _low_level_execute_command(): starting 7983 1726773095.43183: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/AnsiballZ_stat.py && sleep 0' 7983 1726773095.43578: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.43599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.43614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.43625: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.43669: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.43681: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.43792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.57284: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773095.58323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773095.58357: stderr chunk (state=3): >>><<< 7983 1726773095.58360: stdout chunk (state=3): >>><<< 7983 1726773095.58374: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773095.58400: 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-1726773095.3358018-9015-147650526439930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773095.58410: _low_level_execute_command(): starting 7983 1726773095.58415: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773095.3358018-9015-147650526439930/ > /dev/null 2>&1 && sleep 0' 7983 1726773095.58853: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.58857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.58895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.58899: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.58901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.58947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.58951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.59053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.60928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.60971: stderr chunk (state=3): >>><<< 7983 1726773095.60974: stdout chunk (state=3): >>><<< 7983 1726773095.60987: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.60992: handler run complete 7983 1726773095.61009: attempt loop complete, returning result 7983 1726773095.61025: variable 'item' from source: unknown 7983 1726773095.61090: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 7983 1726773095.61202: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.61212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.61214: variable 'omit' from source: magic vars 7983 1726773095.61315: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.61336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.61354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.61383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.61392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.61455: variable 'item' from source: unknown 7983 1726773095.61461: Evaluated conditional (item | length > 0): True 7983 1726773095.61466: variable 'omit' from source: magic vars 7983 1726773095.61480: variable 'omit' from source: magic vars 7983 1726773095.61511: variable 'item' from source: unknown 7983 1726773095.61559: variable 'item' from source: unknown 7983 1726773095.61570: variable 'omit' from source: magic vars 7983 1726773095.61588: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773095.61595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.61601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.61612: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773095.61615: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.61618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.61666: Set connection var ansible_shell_type to sh 7983 1726773095.61672: Set connection var ansible_timeout to 10 7983 1726773095.61679: Set connection var ansible_connection to ssh 7983 1726773095.61686: Set connection var ansible_pipelining to False 7983 1726773095.61690: Set connection var ansible_shell_executable to /bin/sh 7983 1726773095.61695: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773095.61711: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.61714: variable 'ansible_connection' from source: unknown 7983 1726773095.61716: variable 'ansible_module_compression' from source: unknown 7983 1726773095.61719: variable 'ansible_shell_type' from source: unknown 7983 1726773095.61721: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.61723: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.61727: variable 'ansible_pipelining' from source: unknown 7983 1726773095.61729: variable 'ansible_timeout' from source: unknown 7983 1726773095.61733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.61807: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773095.61815: variable 'omit' from source: magic vars 7983 1726773095.61818: starting attempt loop 7983 1726773095.61820: running the handler 7983 1726773095.61827: _low_level_execute_command(): starting 7983 1726773095.61830: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773095.62232: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.62245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.62260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.62272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773095.62281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.62328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.62340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.62446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.64124: stdout chunk (state=3): >>>/root <<< 7983 1726773095.64232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.64270: stderr chunk (state=3): >>><<< 7983 1726773095.64274: stdout chunk (state=3): >>><<< 7983 1726773095.64288: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.64295: _low_level_execute_command(): starting 7983 1726773095.64299: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857 `" && echo ansible-tmp-1726773095.6428719-9015-177371059636857="` echo /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857 `" ) && sleep 0' 7983 1726773095.64693: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.64711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.64726: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773095.64737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773095.64748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.64794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.64812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.64910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.66902: stdout chunk (state=3): >>>ansible-tmp-1726773095.6428719-9015-177371059636857=/root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857 <<< 7983 1726773095.67019: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.67062: stderr chunk (state=3): >>><<< 7983 1726773095.67066: stdout chunk (state=3): >>><<< 7983 1726773095.67077: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773095.6428719-9015-177371059636857=/root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.67106: variable 'ansible_module_compression' from source: unknown 7983 1726773095.67143: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773095.67159: variable 'ansible_facts' from source: unknown 7983 1726773095.67206: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/AnsiballZ_stat.py 7983 1726773095.67292: Sending initial data 7983 1726773095.67301: Sent initial data (151 bytes) 7983 1726773095.67928: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.67931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.67937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.67964: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.67967: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.67969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.68018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.68030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.68138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.69981: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773095.70074: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773095.70172: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp95jmr0n3 /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/AnsiballZ_stat.py <<< 7983 1726773095.70269: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773095.71276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.71363: stderr chunk (state=3): >>><<< 7983 1726773095.71367: stdout chunk (state=3): >>><<< 7983 1726773095.71381: done transferring module to remote 7983 1726773095.71389: _low_level_execute_command(): starting 7983 1726773095.71392: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/ /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/AnsiballZ_stat.py && sleep 0' 7983 1726773095.71809: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.71813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.71844: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.71847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.71849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.71908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.71913: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.72013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.73858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.73898: stderr chunk (state=3): >>><<< 7983 1726773095.73902: stdout chunk (state=3): >>><<< 7983 1726773095.73918: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.73921: _low_level_execute_command(): starting 7983 1726773095.73924: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/AnsiballZ_stat.py && sleep 0' 7983 1726773095.74457: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773095.74470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.74609: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.89654: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 442499201, "dev": 51713, "nlink": 4, "atime": 1726773080.9572053, "mtime": 1726773079.2771988, "ctime": 1726773079.2771988, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7983 1726773095.91011: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773095.91035: stderr chunk (state=3): >>><<< 7983 1726773095.91039: stdout chunk (state=3): >>><<< 7983 1726773095.91185: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 442499201, "dev": 51713, "nlink": 4, "atime": 1726773080.9572053, "mtime": 1726773079.2771988, "ctime": 1726773079.2771988, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773095.91190: 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-1726773095.6428719-9015-177371059636857/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773095.91193: _low_level_execute_command(): starting 7983 1726773095.91196: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773095.6428719-9015-177371059636857/ > /dev/null 2>&1 && sleep 0' 7983 1726773095.91700: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773095.91717: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.91731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.91748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.91787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773095.91800: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773095.91818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.91835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773095.91847: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773095.91859: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773095.91872: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773095.91886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773095.91902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773095.91919: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773095.91931: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773095.91945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773095.92022: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773095.92043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773095.92060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773095.92186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773095.94049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773095.94091: stderr chunk (state=3): >>><<< 7983 1726773095.94094: stdout chunk (state=3): >>><<< 7983 1726773095.94107: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773095.94113: handler run complete 7983 1726773095.94144: attempt loop complete, returning result 7983 1726773095.94160: variable 'item' from source: unknown 7983 1726773095.94224: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773080.9572053, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773079.2771988, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499201, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773079.2771988, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "280734677", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 7983 1726773095.94381: dumping result to json 7983 1726773095.94384: done dumping result, returning 7983 1726773095.94386: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-4fbf-0a43-0000000006e1] 7983 1726773095.94388: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e1 7983 1726773095.94501: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e1 7983 1726773095.94587: no more pending results, returning what we have 7983 1726773095.94590: results queue empty 7983 1726773095.94591: checking for any_errors_fatal 7983 1726773095.94595: done checking for any_errors_fatal 7983 1726773095.94596: checking for max_fail_percentage 7983 1726773095.94597: done checking for max_fail_percentage 7983 1726773095.94598: checking to see if all hosts have failed and the running result is not ok 7983 1726773095.94599: done checking to see if all hosts have failed 7983 1726773095.94599: getting the remaining hosts for this loop 7983 1726773095.94600: done getting the remaining hosts for this loop 7983 1726773095.94605: getting the next task for host managed_node1 7983 1726773095.94609: done getting next task for host managed_node1 7983 1726773095.94613: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773095.94618: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773095.94627: getting variables 7983 1726773095.94628: in VariableManager get_vars() 7983 1726773095.94653: Calling all_inventory to load vars for managed_node1 7983 1726773095.94655: Calling groups_inventory to load vars for managed_node1 7983 1726773095.94657: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773095.94665: Calling all_plugins_play to load vars for managed_node1 7983 1726773095.94667: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773095.94670: Calling groups_plugins_play to load vars for managed_node1 7983 1726773095.94768: WORKER PROCESS EXITING 7983 1726773095.94780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773095.94905: done with get_vars() 7983 1726773095.94913: done getting variables 7983 1726773095.94956: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:11:35 -0400 (0:00:00.684) 0:00:25.039 **** 7983 1726773095.94980: entering _queue_task() for managed_node1/set_fact 7983 1726773095.95165: worker is 1 (out of 1 available) 7983 1726773095.95179: exiting _queue_task() for managed_node1/set_fact 7983 1726773095.95190: done queuing things up, now waiting for results queue to drain 7983 1726773095.95192: waiting for pending results... 7983 1726773095.95369: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 7983 1726773095.95452: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e2 7983 1726773095.95464: variable 'ansible_search_path' from source: unknown 7983 1726773095.95467: variable 'ansible_search_path' from source: unknown 7983 1726773095.95497: calling self._execute() 7983 1726773095.95568: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.95572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.95583: variable 'omit' from source: magic vars 7983 1726773095.95653: variable 'omit' from source: magic vars 7983 1726773095.95689: variable 'omit' from source: magic vars 7983 1726773095.96011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773095.97684: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773095.97728: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773095.97754: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773095.97782: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773095.97799: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773095.97857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.97876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.97895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.97924: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.97936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.97968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.97984: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.98002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.98029: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.98043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.98080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773095.98099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773095.98118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773095.98151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773095.98162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773095.98308: variable '__kernel_settings_find_profile_dirs' from source: set_fact 7983 1726773095.98369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773095.98493: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773095.98521: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773095.98543: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773095.98563: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773095.98599: 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) 7983 1726773095.98616: 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) 7983 1726773095.98632: 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) 7983 1726773095.98649: 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) 7983 1726773095.98689: variable 'omit' from source: magic vars 7983 1726773095.98709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773095.98728: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773095.98743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773095.98756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.98765: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773095.98789: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773095.98794: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.98797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.98862: Set connection var ansible_shell_type to sh 7983 1726773095.98869: Set connection var ansible_timeout to 10 7983 1726773095.98874: Set connection var ansible_connection to ssh 7983 1726773095.98882: Set connection var ansible_pipelining to False 7983 1726773095.98891: Set connection var ansible_shell_executable to /bin/sh 7983 1726773095.98894: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773095.98916: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.98919: variable 'ansible_connection' from source: unknown 7983 1726773095.98922: variable 'ansible_module_compression' from source: unknown 7983 1726773095.98924: variable 'ansible_shell_type' from source: unknown 7983 1726773095.98926: variable 'ansible_shell_executable' from source: unknown 7983 1726773095.98928: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773095.98931: variable 'ansible_pipelining' from source: unknown 7983 1726773095.98933: variable 'ansible_timeout' from source: unknown 7983 1726773095.98938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773095.99002: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773095.99015: variable 'omit' from source: magic vars 7983 1726773095.99021: starting attempt loop 7983 1726773095.99024: running the handler 7983 1726773095.99033: handler run complete 7983 1726773095.99040: attempt loop complete, returning result 7983 1726773095.99043: _execute() done 7983 1726773095.99047: dumping result to json 7983 1726773095.99049: done dumping result, returning 7983 1726773095.99058: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-4fbf-0a43-0000000006e2] 7983 1726773095.99062: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e2 7983 1726773095.99139: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e2 7983 1726773095.99141: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 7983 1726773095.99223: no more pending results, returning what we have 7983 1726773095.99226: results queue empty 7983 1726773095.99227: checking for any_errors_fatal 7983 1726773095.99241: done checking for any_errors_fatal 7983 1726773095.99241: checking for max_fail_percentage 7983 1726773095.99243: done checking for max_fail_percentage 7983 1726773095.99244: checking to see if all hosts have failed and the running result is not ok 7983 1726773095.99244: done checking to see if all hosts have failed 7983 1726773095.99245: getting the remaining hosts for this loop 7983 1726773095.99246: done getting the remaining hosts for this loop 7983 1726773095.99249: getting the next task for host managed_node1 7983 1726773095.99254: done getting next task for host managed_node1 7983 1726773095.99257: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773095.99261: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773095.99270: getting variables 7983 1726773095.99271: in VariableManager get_vars() 7983 1726773095.99300: Calling all_inventory to load vars for managed_node1 7983 1726773095.99306: Calling groups_inventory to load vars for managed_node1 7983 1726773095.99308: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773095.99314: Calling all_plugins_play to load vars for managed_node1 7983 1726773095.99316: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773095.99318: Calling groups_plugins_play to load vars for managed_node1 7983 1726773095.99421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773095.99566: done with get_vars() 7983 1726773095.99574: done getting variables 7983 1726773095.99615: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:35 -0400 (0:00:00.046) 0:00:25.086 **** 7983 1726773095.99637: entering _queue_task() for managed_node1/service 7983 1726773095.99809: worker is 1 (out of 1 available) 7983 1726773095.99822: exiting _queue_task() for managed_node1/service 7983 1726773095.99834: done queuing things up, now waiting for results queue to drain 7983 1726773095.99836: waiting for pending results... 7983 1726773096.00008: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 7983 1726773096.00080: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e3 7983 1726773096.00096: variable 'ansible_search_path' from source: unknown 7983 1726773096.00099: variable 'ansible_search_path' from source: unknown 7983 1726773096.00133: variable '__kernel_settings_services' from source: include_vars 7983 1726773096.00360: variable '__kernel_settings_services' from source: include_vars 7983 1726773096.00417: variable 'omit' from source: magic vars 7983 1726773096.00501: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.00509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.00518: variable 'omit' from source: magic vars 7983 1726773096.00570: variable 'omit' from source: magic vars 7983 1726773096.00604: variable 'omit' from source: magic vars 7983 1726773096.00641: variable 'item' from source: unknown 7983 1726773096.00693: variable 'item' from source: unknown 7983 1726773096.00714: variable 'omit' from source: magic vars 7983 1726773096.00747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773096.00771: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773096.00788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773096.00800: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.00812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.00834: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773096.00838: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.00840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.00906: Set connection var ansible_shell_type to sh 7983 1726773096.00912: Set connection var ansible_timeout to 10 7983 1726773096.00917: Set connection var ansible_connection to ssh 7983 1726773096.00925: Set connection var ansible_pipelining to False 7983 1726773096.00931: Set connection var ansible_shell_executable to /bin/sh 7983 1726773096.00936: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773096.00950: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.00953: variable 'ansible_connection' from source: unknown 7983 1726773096.00956: variable 'ansible_module_compression' from source: unknown 7983 1726773096.00958: variable 'ansible_shell_type' from source: unknown 7983 1726773096.00960: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.00963: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.00970: variable 'ansible_pipelining' from source: unknown 7983 1726773096.00973: variable 'ansible_timeout' from source: unknown 7983 1726773096.00975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.01069: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773096.01080: variable 'omit' from source: magic vars 7983 1726773096.01087: starting attempt loop 7983 1726773096.01090: running the handler 7983 1726773096.01155: variable 'ansible_facts' from source: unknown 7983 1726773096.01239: _low_level_execute_command(): starting 7983 1726773096.01245: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773096.01741: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.01758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.01770: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.01783: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.01838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.01851: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.01960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.03683: stdout chunk (state=3): >>>/root <<< 7983 1726773096.03786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.03830: stderr chunk (state=3): >>><<< 7983 1726773096.03833: stdout chunk (state=3): >>><<< 7983 1726773096.03851: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.03861: _low_level_execute_command(): starting 7983 1726773096.03871: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323 `" && echo ansible-tmp-1726773096.0385022-9043-17999595987323="` echo /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323 `" ) && sleep 0' 7983 1726773096.04289: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.04308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.04322: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.04340: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.04387: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.04407: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.04501: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.06446: stdout chunk (state=3): >>>ansible-tmp-1726773096.0385022-9043-17999595987323=/root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323 <<< 7983 1726773096.06562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.06603: stderr chunk (state=3): >>><<< 7983 1726773096.06609: stdout chunk (state=3): >>><<< 7983 1726773096.06620: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.0385022-9043-17999595987323=/root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.06646: variable 'ansible_module_compression' from source: unknown 7983 1726773096.06689: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 7983 1726773096.06737: variable 'ansible_facts' from source: unknown 7983 1726773096.06868: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/AnsiballZ_systemd.py 7983 1726773096.06970: Sending initial data 7983 1726773096.06982: Sent initial data (153 bytes) 7983 1726773096.07609: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.07615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.07660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.07664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.07667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.07719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.07722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.07828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.09683: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773096.09789: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773096.09881: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpniz14iwo /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/AnsiballZ_systemd.py <<< 7983 1726773096.09972: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773096.11981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.12210: stderr chunk (state=3): >>><<< 7983 1726773096.12213: stdout chunk (state=3): >>><<< 7983 1726773096.12217: done transferring module to remote 7983 1726773096.12218: _low_level_execute_command(): starting 7983 1726773096.12221: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/ /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/AnsiballZ_systemd.py && sleep 0' 7983 1726773096.12783: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.12787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.12824: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.12827: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.12830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.12889: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.12906: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.13015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.14882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.14926: stderr chunk (state=3): >>><<< 7983 1726773096.14933: stdout chunk (state=3): >>><<< 7983 1726773096.14942: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.14945: _low_level_execute_command(): starting 7983 1726773096.14949: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/AnsiballZ_systemd.py && sleep 0' 7983 1726773096.15367: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.15371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.15408: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773096.15411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.15414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.15462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.15465: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.15579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.41467: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14082048", "MemoryAvailable": "infinity", "CPUUsageNSec": "113721000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 7983 1726773096.41508: stdout chunk (state=3): >>>PUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 7983 1726773096.41518: stdout chunk (state=3): >>>bus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "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}}} <<< 7983 1726773096.43162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773096.43220: stderr chunk (state=3): >>><<< 7983 1726773096.43223: stdout chunk (state=3): >>><<< 7983 1726773096.43245: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14082048", "MemoryAvailable": "infinity", "CPUUsageNSec": "113721000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773096.43611: 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-1726773096.0385022-9043-17999595987323/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773096.43626: _low_level_execute_command(): starting 7983 1726773096.43630: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.0385022-9043-17999595987323/ > /dev/null 2>&1 && sleep 0' 7983 1726773096.44055: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.44068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.44095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773096.44108: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.44148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.44160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.44265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.46214: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.46224: stdout chunk (state=3): >>><<< 7983 1726773096.46235: stderr chunk (state=3): >>><<< 7983 1726773096.46253: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.46264: handler run complete 7983 1726773096.46386: attempt loop complete, returning result 7983 1726773096.46418: variable 'item' from source: unknown 7983 1726773096.46528: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "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": "113721000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14030", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14082048", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 7983 1726773096.47064: dumping result to json 7983 1726773096.47087: done dumping result, returning 7983 1726773096.47106: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-4fbf-0a43-0000000006e3] 7983 1726773096.47115: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e3 7983 1726773096.47830: no more pending results, returning what we have 7983 1726773096.47833: results queue empty 7983 1726773096.47833: checking for any_errors_fatal 7983 1726773096.47836: done checking for any_errors_fatal 7983 1726773096.47837: checking for max_fail_percentage 7983 1726773096.47838: done checking for max_fail_percentage 7983 1726773096.47839: checking to see if all hosts have failed and the running result is not ok 7983 1726773096.47840: done checking to see if all hosts have failed 7983 1726773096.47840: getting the remaining hosts for this loop 7983 1726773096.47841: done getting the remaining hosts for this loop 7983 1726773096.47844: getting the next task for host managed_node1 7983 1726773096.47849: done getting next task for host managed_node1 7983 1726773096.47853: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773096.47856: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773096.47865: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e3 7983 1726773096.47869: WORKER PROCESS EXITING 7983 1726773096.47877: getting variables 7983 1726773096.47880: in VariableManager get_vars() 7983 1726773096.47899: Calling all_inventory to load vars for managed_node1 7983 1726773096.47901: Calling groups_inventory to load vars for managed_node1 7983 1726773096.47903: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773096.47912: Calling all_plugins_play to load vars for managed_node1 7983 1726773096.47914: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773096.47915: Calling groups_plugins_play to load vars for managed_node1 7983 1726773096.48011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773096.48139: done with get_vars() 7983 1726773096.48146: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:11:36 -0400 (0:00:00.485) 0:00:25.572 **** 7983 1726773096.48217: entering _queue_task() for managed_node1/file 7983 1726773096.48394: worker is 1 (out of 1 available) 7983 1726773096.48407: exiting _queue_task() for managed_node1/file 7983 1726773096.48419: done queuing things up, now waiting for results queue to drain 7983 1726773096.48420: waiting for pending results... 7983 1726773096.48595: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 7983 1726773096.48675: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e4 7983 1726773096.48686: variable 'ansible_search_path' from source: unknown 7983 1726773096.48690: variable 'ansible_search_path' from source: unknown 7983 1726773096.48719: calling self._execute() 7983 1726773096.48795: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.48800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.48811: variable 'omit' from source: magic vars 7983 1726773096.48887: variable 'omit' from source: magic vars 7983 1726773096.48924: variable 'omit' from source: magic vars 7983 1726773096.48946: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773096.49169: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773096.49241: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773096.49247: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773096.49284: variable 'omit' from source: magic vars 7983 1726773096.49328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773096.49354: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773096.49369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773096.49388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.49398: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.49489: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773096.49492: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.49495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.49599: Set connection var ansible_shell_type to sh 7983 1726773096.49604: Set connection var ansible_timeout to 10 7983 1726773096.49607: Set connection var ansible_connection to ssh 7983 1726773096.49609: Set connection var ansible_pipelining to False 7983 1726773096.49612: Set connection var ansible_shell_executable to /bin/sh 7983 1726773096.49614: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773096.49708: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.49714: variable 'ansible_connection' from source: unknown 7983 1726773096.49718: variable 'ansible_module_compression' from source: unknown 7983 1726773096.49720: variable 'ansible_shell_type' from source: unknown 7983 1726773096.49722: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.49724: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.49725: variable 'ansible_pipelining' from source: unknown 7983 1726773096.49727: variable 'ansible_timeout' from source: unknown 7983 1726773096.49729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.49900: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773096.49922: variable 'omit' from source: magic vars 7983 1726773096.49936: starting attempt loop 7983 1726773096.49944: running the handler 7983 1726773096.49963: _low_level_execute_command(): starting 7983 1726773096.49974: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773096.50719: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.50723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.50756: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.50759: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.50763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.50825: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.50932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.52616: stdout chunk (state=3): >>>/root <<< 7983 1726773096.52722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.52776: stderr chunk (state=3): >>><<< 7983 1726773096.52785: stdout chunk (state=3): >>><<< 7983 1726773096.52916: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.52920: _low_level_execute_command(): starting 7983 1726773096.52923: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585 `" && echo ansible-tmp-1726773096.5283258-9062-58418627905585="` echo /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585 `" ) && sleep 0' 7983 1726773096.53456: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773096.53471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.53491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.53512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.53559: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.53572: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773096.53588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.53608: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773096.53619: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773096.53628: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773096.53639: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.53653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.53670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.53686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.53698: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773096.53715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.53792: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.53821: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773096.53839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.53973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.55902: stdout chunk (state=3): >>>ansible-tmp-1726773096.5283258-9062-58418627905585=/root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585 <<< 7983 1726773096.56096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.56099: stdout chunk (state=3): >>><<< 7983 1726773096.56102: stderr chunk (state=3): >>><<< 7983 1726773096.56166: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.5283258-9062-58418627905585=/root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.56209: variable 'ansible_module_compression' from source: unknown 7983 1726773096.56415: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773096.56740: variable 'ansible_facts' from source: unknown 7983 1726773096.56744: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/AnsiballZ_file.py 7983 1726773096.57307: Sending initial data 7983 1726773096.57311: Sent initial data (150 bytes) 7983 1726773096.57789: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773096.57808: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.57825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.57843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.57885: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.57907: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773096.57922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.57943: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773096.57957: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773096.57970: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773096.57983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.57998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.58025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.58039: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.58050: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773096.58064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.58147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.58167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773096.58181: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.58309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.60164: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773096.60254: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773096.60355: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpey4954c8 /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/AnsiballZ_file.py <<< 7983 1726773096.60447: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773096.61694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.61777: stderr chunk (state=3): >>><<< 7983 1726773096.61780: stdout chunk (state=3): >>><<< 7983 1726773096.61797: done transferring module to remote 7983 1726773096.61807: _low_level_execute_command(): starting 7983 1726773096.61812: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/ /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/AnsiballZ_file.py && sleep 0' 7983 1726773096.62217: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.62224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.62251: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.62254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.62257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.62308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.62320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.62419: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.64220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.64259: stderr chunk (state=3): >>><<< 7983 1726773096.64263: stdout chunk (state=3): >>><<< 7983 1726773096.64274: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.64280: _low_level_execute_command(): starting 7983 1726773096.64282: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/AnsiballZ_file.py && sleep 0' 7983 1726773096.64675: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.64687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.64705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773096.64719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773096.64729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.64777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.64792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.64895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.79519: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7983 1726773096.80726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773096.80909: stderr chunk (state=3): >>><<< 7983 1726773096.80913: stdout chunk (state=3): >>><<< 7983 1726773096.80916: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773096.80920: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773096.80928: _low_level_execute_command(): starting 7983 1726773096.80930: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.5283258-9062-58418627905585/ > /dev/null 2>&1 && sleep 0' 7983 1726773096.81581: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773096.81597: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.81619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.81637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.81685: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.81699: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773096.81715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.81733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773096.81745: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773096.81758: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773096.81773: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.81790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.81810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.81823: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.81834: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773096.81849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.81930: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.81954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773096.81971: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.82110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.83955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.83996: stderr chunk (state=3): >>><<< 7983 1726773096.83999: stdout chunk (state=3): >>><<< 7983 1726773096.84015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.84022: handler run complete 7983 1726773096.84040: attempt loop complete, returning result 7983 1726773096.84043: _execute() done 7983 1726773096.84046: dumping result to json 7983 1726773096.84051: done dumping result, returning 7983 1726773096.84059: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-4fbf-0a43-0000000006e4] 7983 1726773096.84063: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e4 7983 1726773096.84165: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e4 7983 1726773096.84168: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 7983 1726773096.84252: no more pending results, returning what we have 7983 1726773096.84264: results queue empty 7983 1726773096.84266: checking for any_errors_fatal 7983 1726773096.84286: done checking for any_errors_fatal 7983 1726773096.84287: checking for max_fail_percentage 7983 1726773096.84289: done checking for max_fail_percentage 7983 1726773096.84290: checking to see if all hosts have failed and the running result is not ok 7983 1726773096.84290: done checking to see if all hosts have failed 7983 1726773096.84291: getting the remaining hosts for this loop 7983 1726773096.84292: done getting the remaining hosts for this loop 7983 1726773096.84296: getting the next task for host managed_node1 7983 1726773096.84302: done getting next task for host managed_node1 7983 1726773096.84307: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773096.84311: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773096.84321: getting variables 7983 1726773096.84322: in VariableManager get_vars() 7983 1726773096.84395: Calling all_inventory to load vars for managed_node1 7983 1726773096.84399: Calling groups_inventory to load vars for managed_node1 7983 1726773096.84401: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773096.84412: Calling all_plugins_play to load vars for managed_node1 7983 1726773096.84415: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773096.84417: Calling groups_plugins_play to load vars for managed_node1 7983 1726773096.84645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773096.84899: done with get_vars() 7983 1726773096.84914: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:11:36 -0400 (0:00:00.367) 0:00:25.940 **** 7983 1726773096.85011: entering _queue_task() for managed_node1/slurp 7983 1726773096.85393: worker is 1 (out of 1 available) 7983 1726773096.85410: exiting _queue_task() for managed_node1/slurp 7983 1726773096.85428: done queuing things up, now waiting for results queue to drain 7983 1726773096.85430: waiting for pending results... 7983 1726773096.85626: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 7983 1726773096.85716: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e5 7983 1726773096.85728: variable 'ansible_search_path' from source: unknown 7983 1726773096.85731: variable 'ansible_search_path' from source: unknown 7983 1726773096.85761: calling self._execute() 7983 1726773096.85836: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.85840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.85849: variable 'omit' from source: magic vars 7983 1726773096.85927: variable 'omit' from source: magic vars 7983 1726773096.85963: variable 'omit' from source: magic vars 7983 1726773096.85987: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773096.86217: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773096.86275: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773096.86307: variable 'omit' from source: magic vars 7983 1726773096.86340: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773096.86366: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773096.86383: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773096.86398: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.86411: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773096.86437: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773096.86441: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.86444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.86511: Set connection var ansible_shell_type to sh 7983 1726773096.86518: Set connection var ansible_timeout to 10 7983 1726773096.86524: Set connection var ansible_connection to ssh 7983 1726773096.86532: Set connection var ansible_pipelining to False 7983 1726773096.86538: Set connection var ansible_shell_executable to /bin/sh 7983 1726773096.86546: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773096.86562: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.86565: variable 'ansible_connection' from source: unknown 7983 1726773096.86568: variable 'ansible_module_compression' from source: unknown 7983 1726773096.86570: variable 'ansible_shell_type' from source: unknown 7983 1726773096.86573: variable 'ansible_shell_executable' from source: unknown 7983 1726773096.86575: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773096.86580: variable 'ansible_pipelining' from source: unknown 7983 1726773096.86583: variable 'ansible_timeout' from source: unknown 7983 1726773096.86585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773096.86730: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773096.86738: variable 'omit' from source: magic vars 7983 1726773096.86745: starting attempt loop 7983 1726773096.86748: running the handler 7983 1726773096.86760: _low_level_execute_command(): starting 7983 1726773096.86767: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773096.87243: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.87259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.87273: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.87286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.87335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.87348: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.87453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.89133: stdout chunk (state=3): >>>/root <<< 7983 1726773096.89241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.89284: stderr chunk (state=3): >>><<< 7983 1726773096.89288: stdout chunk (state=3): >>><<< 7983 1726773096.89309: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.89321: _low_level_execute_command(): starting 7983 1726773096.89327: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013 `" && echo ansible-tmp-1726773096.8930943-9082-215565278200013="` echo /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013 `" ) && sleep 0' 7983 1726773096.89729: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.89736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.89779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.89789: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.89792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.89841: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.89844: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.89950: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.91896: stdout chunk (state=3): >>>ansible-tmp-1726773096.8930943-9082-215565278200013=/root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013 <<< 7983 1726773096.92014: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.92076: stderr chunk (state=3): >>><<< 7983 1726773096.92083: stdout chunk (state=3): >>><<< 7983 1726773096.92097: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.8930943-9082-215565278200013=/root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.92146: variable 'ansible_module_compression' from source: unknown 7983 1726773096.92184: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773096.92221: variable 'ansible_facts' from source: unknown 7983 1726773096.92302: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/AnsiballZ_slurp.py 7983 1726773096.92573: Sending initial data 7983 1726773096.92598: Sent initial data (152 bytes) 7983 1726773096.93215: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.93218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.93236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773096.93242: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.93251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773096.93258: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773096.93264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.93273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.93281: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.93347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.93350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.93447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.95247: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 7983 1726773096.95256: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 7983 1726773096.95264: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 7983 1726773096.95271: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 7983 1726773096.95280: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 7983 1726773096.95288: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 7983 1726773096.95310: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 7983 1726773096.95313: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773096.95406: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773096.95499: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpa0adzey8 /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/AnsiballZ_slurp.py <<< 7983 1726773096.95591: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773096.96576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.96659: stderr chunk (state=3): >>><<< 7983 1726773096.96662: stdout chunk (state=3): >>><<< 7983 1726773096.96677: done transferring module to remote 7983 1726773096.96688: _low_level_execute_command(): starting 7983 1726773096.96691: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/ /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/AnsiballZ_slurp.py && sleep 0' 7983 1726773096.97087: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.97100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.97114: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773096.97126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.97135: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.97183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.97200: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.97292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773096.99149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773096.99192: stderr chunk (state=3): >>><<< 7983 1726773096.99197: stdout chunk (state=3): >>><<< 7983 1726773096.99211: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773096.99214: _low_level_execute_command(): starting 7983 1726773096.99218: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/AnsiballZ_slurp.py && sleep 0' 7983 1726773096.99613: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773096.99632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773096.99644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.99654: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773096.99702: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773096.99718: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773096.99828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.13208: 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"}}} <<< 7983 1726773097.14264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773097.14317: stderr chunk (state=3): >>><<< 7983 1726773097.14320: stdout chunk (state=3): >>><<< 7983 1726773097.14336: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773097.14361: 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-1726773096.8930943-9082-215565278200013/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773097.14373: _low_level_execute_command(): starting 7983 1726773097.14379: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.8930943-9082-215565278200013/ > /dev/null 2>&1 && sleep 0' 7983 1726773097.14823: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.14836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.14856: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773097.14867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773097.14878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.14924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.14936: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.15040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.16936: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.16986: stderr chunk (state=3): >>><<< 7983 1726773097.16989: stdout chunk (state=3): >>><<< 7983 1726773097.17001: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.17009: handler run complete 7983 1726773097.17022: attempt loop complete, returning result 7983 1726773097.17025: _execute() done 7983 1726773097.17028: dumping result to json 7983 1726773097.17030: done dumping result, returning 7983 1726773097.17038: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-4fbf-0a43-0000000006e5] 7983 1726773097.17042: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e5 7983 1726773097.17140: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e5 7983 1726773097.17144: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 7983 1726773097.17221: no more pending results, returning what we have 7983 1726773097.17225: results queue empty 7983 1726773097.17225: checking for any_errors_fatal 7983 1726773097.17235: done checking for any_errors_fatal 7983 1726773097.17236: checking for max_fail_percentage 7983 1726773097.17237: done checking for max_fail_percentage 7983 1726773097.17238: checking to see if all hosts have failed and the running result is not ok 7983 1726773097.17239: done checking to see if all hosts have failed 7983 1726773097.17239: getting the remaining hosts for this loop 7983 1726773097.17241: done getting the remaining hosts for this loop 7983 1726773097.17245: getting the next task for host managed_node1 7983 1726773097.17250: done getting next task for host managed_node1 7983 1726773097.17254: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773097.17258: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773097.17273: getting variables 7983 1726773097.17274: in VariableManager get_vars() 7983 1726773097.17309: Calling all_inventory to load vars for managed_node1 7983 1726773097.17312: Calling groups_inventory to load vars for managed_node1 7983 1726773097.17314: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773097.17322: Calling all_plugins_play to load vars for managed_node1 7983 1726773097.17324: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773097.17326: Calling groups_plugins_play to load vars for managed_node1 7983 1726773097.17456: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773097.17638: done with get_vars() 7983 1726773097.17646: done getting variables 7983 1726773097.17688: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.327) 0:00:26.267 **** 7983 1726773097.17715: entering _queue_task() for managed_node1/set_fact 7983 1726773097.17890: worker is 1 (out of 1 available) 7983 1726773097.17902: exiting _queue_task() for managed_node1/set_fact 7983 1726773097.17916: done queuing things up, now waiting for results queue to drain 7983 1726773097.17917: waiting for pending results... 7983 1726773097.18145: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 7983 1726773097.18198: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e6 7983 1726773097.18210: variable 'ansible_search_path' from source: unknown 7983 1726773097.18213: variable 'ansible_search_path' from source: unknown 7983 1726773097.18242: calling self._execute() 7983 1726773097.18314: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.18319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.18328: variable 'omit' from source: magic vars 7983 1726773097.18407: variable 'omit' from source: magic vars 7983 1726773097.18442: variable 'omit' from source: magic vars 7983 1726773097.18746: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773097.18754: variable '__cur_profile' from source: task vars 7983 1726773097.18860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773097.20875: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773097.20933: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773097.20978: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773097.21010: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773097.21029: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773097.21094: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773097.21121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773097.21139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773097.21170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773097.21183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773097.21265: variable '__kernel_settings_tuned_current_profile' from source: set_fact 7983 1726773097.21307: variable 'omit' from source: magic vars 7983 1726773097.21328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773097.21348: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773097.21366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773097.21379: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.21389: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.21413: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773097.21416: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.21419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.21481: Set connection var ansible_shell_type to sh 7983 1726773097.21490: Set connection var ansible_timeout to 10 7983 1726773097.21495: Set connection var ansible_connection to ssh 7983 1726773097.21504: Set connection var ansible_pipelining to False 7983 1726773097.21510: Set connection var ansible_shell_executable to /bin/sh 7983 1726773097.21515: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773097.21533: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.21536: variable 'ansible_connection' from source: unknown 7983 1726773097.21538: variable 'ansible_module_compression' from source: unknown 7983 1726773097.21540: variable 'ansible_shell_type' from source: unknown 7983 1726773097.21543: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.21546: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.21550: variable 'ansible_pipelining' from source: unknown 7983 1726773097.21552: variable 'ansible_timeout' from source: unknown 7983 1726773097.21557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.21630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773097.21639: variable 'omit' from source: magic vars 7983 1726773097.21644: starting attempt loop 7983 1726773097.21647: running the handler 7983 1726773097.21656: handler run complete 7983 1726773097.21663: attempt loop complete, returning result 7983 1726773097.21666: _execute() done 7983 1726773097.21668: dumping result to json 7983 1726773097.21670: done dumping result, returning 7983 1726773097.21678: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-4fbf-0a43-0000000006e6] 7983 1726773097.21685: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e6 7983 1726773097.21767: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e6 7983 1726773097.21769: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 7983 1726773097.21869: no more pending results, returning what we have 7983 1726773097.21872: results queue empty 7983 1726773097.21873: checking for any_errors_fatal 7983 1726773097.21883: done checking for any_errors_fatal 7983 1726773097.21884: checking for max_fail_percentage 7983 1726773097.21885: done checking for max_fail_percentage 7983 1726773097.21886: checking to see if all hosts have failed and the running result is not ok 7983 1726773097.21887: done checking to see if all hosts have failed 7983 1726773097.21888: getting the remaining hosts for this loop 7983 1726773097.21889: done getting the remaining hosts for this loop 7983 1726773097.21892: getting the next task for host managed_node1 7983 1726773097.21898: done getting next task for host managed_node1 7983 1726773097.21901: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773097.21907: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773097.21923: getting variables 7983 1726773097.21925: in VariableManager get_vars() 7983 1726773097.21958: Calling all_inventory to load vars for managed_node1 7983 1726773097.21961: Calling groups_inventory to load vars for managed_node1 7983 1726773097.21963: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773097.21971: Calling all_plugins_play to load vars for managed_node1 7983 1726773097.21973: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773097.21976: Calling groups_plugins_play to load vars for managed_node1 7983 1726773097.22086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773097.22218: done with get_vars() 7983 1726773097.22226: done getting variables 7983 1726773097.22267: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.045) 0:00:26.312 **** 7983 1726773097.22290: entering _queue_task() for managed_node1/copy 7983 1726773097.22474: worker is 1 (out of 1 available) 7983 1726773097.22486: exiting _queue_task() for managed_node1/copy 7983 1726773097.22498: done queuing things up, now waiting for results queue to drain 7983 1726773097.22500: waiting for pending results... 7983 1726773097.22678: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 7983 1726773097.22758: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e7 7983 1726773097.22770: variable 'ansible_search_path' from source: unknown 7983 1726773097.22773: variable 'ansible_search_path' from source: unknown 7983 1726773097.22819: calling self._execute() 7983 1726773097.22918: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.22929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.22944: variable 'omit' from source: magic vars 7983 1726773097.23048: variable 'omit' from source: magic vars 7983 1726773097.23109: variable 'omit' from source: magic vars 7983 1726773097.23145: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773097.23447: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773097.23474: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773097.23551: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 7983 1726773097.23627: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773097.23729: variable 'omit' from source: magic vars 7983 1726773097.23776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773097.23820: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773097.23843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773097.23863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.23881: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.23914: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773097.23922: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.23929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.24027: Set connection var ansible_shell_type to sh 7983 1726773097.24040: Set connection var ansible_timeout to 10 7983 1726773097.24050: Set connection var ansible_connection to ssh 7983 1726773097.24063: Set connection var ansible_pipelining to False 7983 1726773097.24073: Set connection var ansible_shell_executable to /bin/sh 7983 1726773097.24087: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773097.24115: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.24123: variable 'ansible_connection' from source: unknown 7983 1726773097.24131: variable 'ansible_module_compression' from source: unknown 7983 1726773097.24137: variable 'ansible_shell_type' from source: unknown 7983 1726773097.24143: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.24149: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.24157: variable 'ansible_pipelining' from source: unknown 7983 1726773097.24164: variable 'ansible_timeout' from source: unknown 7983 1726773097.24172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.24307: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773097.24325: variable 'omit' from source: magic vars 7983 1726773097.24336: starting attempt loop 7983 1726773097.24344: running the handler 7983 1726773097.24361: _low_level_execute_command(): starting 7983 1726773097.24374: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773097.25129: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.25146: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.25164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.25188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.25237: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.25250: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.25266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.25290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773097.25308: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773097.25323: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773097.25336: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.25353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.25369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.25385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.25397: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773097.25413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.25493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.25520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.25538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.25680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.27401: stdout chunk (state=3): >>>/root <<< 7983 1726773097.27498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.27583: stderr chunk (state=3): >>><<< 7983 1726773097.27597: stdout chunk (state=3): >>><<< 7983 1726773097.27710: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.27721: _low_level_execute_command(): starting 7983 1726773097.27724: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662 `" && echo ansible-tmp-1726773097.2762926-9096-210884829837662="` echo /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662 `" ) && sleep 0' 7983 1726773097.28331: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.28346: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.28362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.28387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.28431: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.28444: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.28458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.28477: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773097.28497: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773097.28512: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773097.28525: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.28540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.28556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.28569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.28584: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773097.28600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.28682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.28706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.28726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.28859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.30858: stdout chunk (state=3): >>>ansible-tmp-1726773097.2762926-9096-210884829837662=/root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662 <<< 7983 1726773097.31052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.31055: stdout chunk (state=3): >>><<< 7983 1726773097.31058: stderr chunk (state=3): >>><<< 7983 1726773097.31411: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773097.2762926-9096-210884829837662=/root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.31414: variable 'ansible_module_compression' from source: unknown 7983 1726773097.31417: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773097.31419: variable 'ansible_facts' from source: unknown 7983 1726773097.31421: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_stat.py 7983 1726773097.31492: Sending initial data 7983 1726773097.31495: Sent initial data (151 bytes) 7983 1726773097.32527: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.32542: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.32559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.32578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.32625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.32643: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.32658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.32676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773097.32690: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773097.32702: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773097.32721: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.32736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.32758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.32771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.32783: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773097.32798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.32882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.32907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.32924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.33064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.34942: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773097.35039: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773097.35139: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpe47x_ntw /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_stat.py <<< 7983 1726773097.35233: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773097.36497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.36799: stderr chunk (state=3): >>><<< 7983 1726773097.36802: stdout chunk (state=3): >>><<< 7983 1726773097.36813: done transferring module to remote 7983 1726773097.36815: _low_level_execute_command(): starting 7983 1726773097.36817: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/ /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_stat.py && sleep 0' 7983 1726773097.37435: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.37451: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.37466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.37486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.37535: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.37548: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.37561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.37577: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773097.37587: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773097.37596: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773097.37610: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.37623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.37639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.37651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.37662: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773097.37674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.37752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.37772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.37788: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.37918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.39820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.39911: stderr chunk (state=3): >>><<< 7983 1726773097.39915: stdout chunk (state=3): >>><<< 7983 1726773097.40015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.40018: _low_level_execute_command(): starting 7983 1726773097.40021: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_stat.py && sleep 0' 7983 1726773097.40640: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.40655: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.40681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.40698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.40739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.40750: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.40761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.40784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773097.40797: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773097.40807: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773097.40817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.40828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.40840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.40849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.40857: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773097.40867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.40949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.40968: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.40984: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.41132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.56012: 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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773085.1602209, "mtime": 1726773080.9722052, "ctime": 1726773080.9722052, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773097.57326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773097.57406: stderr chunk (state=3): >>><<< 7983 1726773097.57415: stdout chunk (state=3): >>><<< 7983 1726773097.57509: _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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773085.1602209, "mtime": 1726773080.9722052, "ctime": 1726773080.9722052, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773097.57515: 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-1726773097.2762926-9096-210884829837662/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773097.57616: variable 'ansible_module_compression' from source: unknown 7983 1726773097.57619: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773097.57647: variable 'ansible_facts' from source: unknown 7983 1726773097.57693: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_file.py 7983 1726773097.57789: Sending initial data 7983 1726773097.57800: Sent initial data (151 bytes) 7983 1726773097.58429: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.58442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.58459: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773097.58481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773097.58492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.58527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.58539: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.58644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.60510: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773097.60612: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773097.60705: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpkpzjqftd /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_file.py <<< 7983 1726773097.60791: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773097.61833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.61946: stderr chunk (state=3): >>><<< 7983 1726773097.61956: stdout chunk (state=3): >>><<< 7983 1726773097.61980: done transferring module to remote 7983 1726773097.61995: _low_level_execute_command(): starting 7983 1726773097.62007: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/ /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_file.py && sleep 0' 7983 1726773097.62642: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773097.62657: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.62672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.62692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.62738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773097.62771: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773097.62775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773097.62779: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.62786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773097.62788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.62843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.62846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.62958: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.64822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.64868: stderr chunk (state=3): >>><<< 7983 1726773097.64870: stdout chunk (state=3): >>><<< 7983 1726773097.64910: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.64913: _low_level_execute_command(): starting 7983 1726773097.64916: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/AnsiballZ_file.py && sleep 0' 7983 1726773097.65398: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.65413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.65458: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.65477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773097.65493: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.65642: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.79996: 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": ".zwjgidgi", "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}}} <<< 7983 1726773097.81109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.81113: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773097.81174: stderr chunk (state=3): >>><<< 7983 1726773097.81178: stdout chunk (state=3): >>><<< 7983 1726773097.81207: _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": ".zwjgidgi", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773097.81232: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.zwjgidgi', '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-1726773097.2762926-9096-210884829837662/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773097.81241: _low_level_execute_command(): starting 7983 1726773097.81245: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773097.2762926-9096-210884829837662/ > /dev/null 2>&1 && sleep 0' 7983 1726773097.81743: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.81746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.81790: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773097.81793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.81796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773097.81798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.81860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.81863: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.81965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.83829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.83870: stderr chunk (state=3): >>><<< 7983 1726773097.83873: stdout chunk (state=3): >>><<< 7983 1726773097.83886: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.83893: handler run complete 7983 1726773097.83921: attempt loop complete, returning result 7983 1726773097.83924: _execute() done 7983 1726773097.83927: dumping result to json 7983 1726773097.83931: done dumping result, returning 7983 1726773097.83939: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-4fbf-0a43-0000000006e7] 7983 1726773097.83945: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e7 7983 1726773097.84050: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e7 7983 1726773097.84053: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 7983 1726773097.84143: no more pending results, returning what we have 7983 1726773097.84146: results queue empty 7983 1726773097.84147: checking for any_errors_fatal 7983 1726773097.84153: done checking for any_errors_fatal 7983 1726773097.84153: checking for max_fail_percentage 7983 1726773097.84155: done checking for max_fail_percentage 7983 1726773097.84156: checking to see if all hosts have failed and the running result is not ok 7983 1726773097.84156: done checking to see if all hosts have failed 7983 1726773097.84157: getting the remaining hosts for this loop 7983 1726773097.84159: done getting the remaining hosts for this loop 7983 1726773097.84162: getting the next task for host managed_node1 7983 1726773097.84168: done getting next task for host managed_node1 7983 1726773097.84171: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773097.84175: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773097.84185: getting variables 7983 1726773097.84186: in VariableManager get_vars() 7983 1726773097.84222: Calling all_inventory to load vars for managed_node1 7983 1726773097.84224: Calling groups_inventory to load vars for managed_node1 7983 1726773097.84226: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773097.84235: Calling all_plugins_play to load vars for managed_node1 7983 1726773097.84237: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773097.84240: Calling groups_plugins_play to load vars for managed_node1 7983 1726773097.84391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773097.84519: done with get_vars() 7983 1726773097.84528: done getting variables 7983 1726773097.84569: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.623) 0:00:26.935 **** 7983 1726773097.84593: entering _queue_task() for managed_node1/copy 7983 1726773097.84778: worker is 1 (out of 1 available) 7983 1726773097.84791: exiting _queue_task() for managed_node1/copy 7983 1726773097.84804: done queuing things up, now waiting for results queue to drain 7983 1726773097.84806: waiting for pending results... 7983 1726773097.84986: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 7983 1726773097.85067: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e8 7983 1726773097.85077: variable 'ansible_search_path' from source: unknown 7983 1726773097.85080: variable 'ansible_search_path' from source: unknown 7983 1726773097.85113: calling self._execute() 7983 1726773097.85185: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.85189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.85199: variable 'omit' from source: magic vars 7983 1726773097.85274: variable 'omit' from source: magic vars 7983 1726773097.85316: variable 'omit' from source: magic vars 7983 1726773097.85337: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773097.85562: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 7983 1726773097.85622: variable '__kernel_settings_tuned_dir' from source: role '' all vars 7983 1726773097.85648: variable 'omit' from source: magic vars 7983 1726773097.85685: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773097.85713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773097.85728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773097.85741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.85753: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773097.85776: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773097.85778: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.85785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.85853: Set connection var ansible_shell_type to sh 7983 1726773097.85860: Set connection var ansible_timeout to 10 7983 1726773097.85865: Set connection var ansible_connection to ssh 7983 1726773097.85873: Set connection var ansible_pipelining to False 7983 1726773097.85880: Set connection var ansible_shell_executable to /bin/sh 7983 1726773097.85883: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773097.85904: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.85909: variable 'ansible_connection' from source: unknown 7983 1726773097.85912: variable 'ansible_module_compression' from source: unknown 7983 1726773097.85914: variable 'ansible_shell_type' from source: unknown 7983 1726773097.85916: variable 'ansible_shell_executable' from source: unknown 7983 1726773097.85918: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773097.85922: variable 'ansible_pipelining' from source: unknown 7983 1726773097.85924: variable 'ansible_timeout' from source: unknown 7983 1726773097.85928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773097.86028: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773097.86036: variable 'omit' from source: magic vars 7983 1726773097.86042: starting attempt loop 7983 1726773097.86045: running the handler 7983 1726773097.86054: _low_level_execute_command(): starting 7983 1726773097.86061: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773097.86560: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.86585: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.86599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773097.86612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.86653: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.86673: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.86775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.88482: stdout chunk (state=3): >>>/root <<< 7983 1726773097.88558: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.88607: stderr chunk (state=3): >>><<< 7983 1726773097.88610: stdout chunk (state=3): >>><<< 7983 1726773097.88630: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.88640: _low_level_execute_command(): starting 7983 1726773097.88646: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162 `" && echo ansible-tmp-1726773097.8862906-9127-123569825034162="` echo /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162 `" ) && sleep 0' 7983 1726773097.89075: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.89079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.89116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.89128: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.89130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.89178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.89182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.89290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.91266: stdout chunk (state=3): >>>ansible-tmp-1726773097.8862906-9127-123569825034162=/root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162 <<< 7983 1726773097.91376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.91422: stderr chunk (state=3): >>><<< 7983 1726773097.91425: stdout chunk (state=3): >>><<< 7983 1726773097.91439: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773097.8862906-9127-123569825034162=/root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.91505: variable 'ansible_module_compression' from source: unknown 7983 1726773097.91547: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773097.91573: variable 'ansible_facts' from source: unknown 7983 1726773097.91635: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_stat.py 7983 1726773097.91718: Sending initial data 7983 1726773097.91727: Sent initial data (151 bytes) 7983 1726773097.92368: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.92372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.92405: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.92409: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.92411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.92459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.92463: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.92570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.94450: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 7983 1726773097.94454: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773097.94545: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773097.94647: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpm_xvrtzp /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_stat.py <<< 7983 1726773097.94744: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773097.95741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.95821: stderr chunk (state=3): >>><<< 7983 1726773097.95825: stdout chunk (state=3): >>><<< 7983 1726773097.95842: done transferring module to remote 7983 1726773097.95850: _low_level_execute_command(): starting 7983 1726773097.95854: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/ /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_stat.py && sleep 0' 7983 1726773097.96254: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.96274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.96290: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773097.96302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.96346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.96359: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.96462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773097.98339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773097.98381: stderr chunk (state=3): >>><<< 7983 1726773097.98385: stdout chunk (state=3): >>><<< 7983 1726773097.98395: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773097.98398: _low_level_execute_command(): starting 7983 1726773097.98404: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_stat.py && sleep 0' 7983 1726773097.98808: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773097.98821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773097.98837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773097.98856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773097.98900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773097.98915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773097.99026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.13683: 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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773080.9732053, "ctime": 1726773080.9732053, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773098.14969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773098.15027: stderr chunk (state=3): >>><<< 7983 1726773098.15031: stdout chunk (state=3): >>><<< 7983 1726773098.15048: _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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773080.9732053, "ctime": 1726773080.9732053, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773098.15093: 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-1726773097.8862906-9127-123569825034162/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773098.15129: variable 'ansible_module_compression' from source: unknown 7983 1726773098.15164: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773098.15182: variable 'ansible_facts' from source: unknown 7983 1726773098.15237: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_file.py 7983 1726773098.15330: Sending initial data 7983 1726773098.15339: Sent initial data (151 bytes) 7983 1726773098.16020: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.16024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.16057: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.16060: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.16062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.16120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.16123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.16229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.18089: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 7983 1726773098.18102: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 7983 1726773098.18112: 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 <<< 7983 1726773098.18205: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773098.18302: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp_4v84g30 /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_file.py <<< 7983 1726773098.18397: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773098.19424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.19512: stderr chunk (state=3): >>><<< 7983 1726773098.19515: stdout chunk (state=3): >>><<< 7983 1726773098.19532: done transferring module to remote 7983 1726773098.19542: _low_level_execute_command(): starting 7983 1726773098.19547: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/ /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_file.py && sleep 0' 7983 1726773098.19968: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.19972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.20002: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.20007: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.20010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.20050: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.20062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.20162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.22015: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.22054: stderr chunk (state=3): >>><<< 7983 1726773098.22057: stdout chunk (state=3): >>><<< 7983 1726773098.22069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.22072: _low_level_execute_command(): starting 7983 1726773098.22077: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/AnsiballZ_file.py && sleep 0' 7983 1726773098.22486: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.22499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.22519: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.22532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773098.22542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.22585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.22597: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.22711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.37069: 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": ".exwxv6o1", "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}}} <<< 7983 1726773098.38183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773098.38239: stderr chunk (state=3): >>><<< 7983 1726773098.38244: stdout chunk (state=3): >>><<< 7983 1726773098.38260: _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": ".exwxv6o1", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773098.38291: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.exwxv6o1', '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-1726773097.8862906-9127-123569825034162/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773098.38299: _low_level_execute_command(): starting 7983 1726773098.38305: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773097.8862906-9127-123569825034162/ > /dev/null 2>&1 && sleep 0' 7983 1726773098.38754: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.38767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.38791: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.38809: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.38850: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.38862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.38968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.40839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.40886: stderr chunk (state=3): >>><<< 7983 1726773098.40890: stdout chunk (state=3): >>><<< 7983 1726773098.40905: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.40913: handler run complete 7983 1726773098.40933: attempt loop complete, returning result 7983 1726773098.40940: _execute() done 7983 1726773098.40943: dumping result to json 7983 1726773098.40951: done dumping result, returning 7983 1726773098.40960: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-4fbf-0a43-0000000006e8] 7983 1726773098.40965: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e8 7983 1726773098.41070: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e8 7983 1726773098.41073: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 7983 1726773098.41169: no more pending results, returning what we have 7983 1726773098.41173: results queue empty 7983 1726773098.41174: checking for any_errors_fatal 7983 1726773098.41184: done checking for any_errors_fatal 7983 1726773098.41184: checking for max_fail_percentage 7983 1726773098.41186: done checking for max_fail_percentage 7983 1726773098.41187: checking to see if all hosts have failed and the running result is not ok 7983 1726773098.41188: done checking to see if all hosts have failed 7983 1726773098.41188: getting the remaining hosts for this loop 7983 1726773098.41190: done getting the remaining hosts for this loop 7983 1726773098.41193: getting the next task for host managed_node1 7983 1726773098.41198: done getting next task for host managed_node1 7983 1726773098.41207: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773098.41210: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773098.41221: getting variables 7983 1726773098.41222: in VariableManager get_vars() 7983 1726773098.41254: Calling all_inventory to load vars for managed_node1 7983 1726773098.41257: Calling groups_inventory to load vars for managed_node1 7983 1726773098.41259: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773098.41267: Calling all_plugins_play to load vars for managed_node1 7983 1726773098.41270: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773098.41272: Calling groups_plugins_play to load vars for managed_node1 7983 1726773098.41388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773098.41522: done with get_vars() 7983 1726773098.41530: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:11:38 -0400 (0:00:00.569) 0:00:27.505 **** 7983 1726773098.41592: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773098.41781: worker is 1 (out of 1 available) 7983 1726773098.41793: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 7983 1726773098.41806: done queuing things up, now waiting for results queue to drain 7983 1726773098.41808: waiting for pending results... 7983 1726773098.41992: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 7983 1726773098.42072: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006e9 7983 1726773098.42085: variable 'ansible_search_path' from source: unknown 7983 1726773098.42089: variable 'ansible_search_path' from source: unknown 7983 1726773098.42119: calling self._execute() 7983 1726773098.42192: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.42197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.42208: variable 'omit' from source: magic vars 7983 1726773098.42278: variable 'omit' from source: magic vars 7983 1726773098.42319: variable 'omit' from source: magic vars 7983 1726773098.42341: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773098.42567: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773098.42631: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773098.42757: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773098.42760: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773098.42795: variable 'omit' from source: magic vars 7983 1726773098.42832: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773098.42857: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773098.42872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773098.42888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773098.42904: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773098.42928: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773098.42931: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.42934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.43003: Set connection var ansible_shell_type to sh 7983 1726773098.43007: Set connection var ansible_timeout to 10 7983 1726773098.43014: Set connection var ansible_connection to ssh 7983 1726773098.43022: Set connection var ansible_pipelining to False 7983 1726773098.43030: Set connection var ansible_shell_executable to /bin/sh 7983 1726773098.43035: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773098.43051: variable 'ansible_shell_executable' from source: unknown 7983 1726773098.43053: variable 'ansible_connection' from source: unknown 7983 1726773098.43056: variable 'ansible_module_compression' from source: unknown 7983 1726773098.43058: variable 'ansible_shell_type' from source: unknown 7983 1726773098.43061: variable 'ansible_shell_executable' from source: unknown 7983 1726773098.43063: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.43065: variable 'ansible_pipelining' from source: unknown 7983 1726773098.43068: variable 'ansible_timeout' from source: unknown 7983 1726773098.43072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.43210: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773098.43219: variable 'omit' from source: magic vars 7983 1726773098.43227: starting attempt loop 7983 1726773098.43229: running the handler 7983 1726773098.43240: _low_level_execute_command(): starting 7983 1726773098.43249: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773098.43753: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.43774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.43788: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.43806: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.43852: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.43864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.43970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.45643: stdout chunk (state=3): >>>/root <<< 7983 1726773098.45747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.45796: stderr chunk (state=3): >>><<< 7983 1726773098.45805: stdout chunk (state=3): >>><<< 7983 1726773098.45826: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.45837: _low_level_execute_command(): starting 7983 1726773098.45843: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589 `" && echo ansible-tmp-1726773098.4582431-9139-236400171682589="` echo /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589 `" ) && sleep 0' 7983 1726773098.46276: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.46289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.46311: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.46323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773098.46338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.46380: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.46392: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.46500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.48433: stdout chunk (state=3): >>>ansible-tmp-1726773098.4582431-9139-236400171682589=/root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589 <<< 7983 1726773098.48541: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.48587: stderr chunk (state=3): >>><<< 7983 1726773098.48590: stdout chunk (state=3): >>><<< 7983 1726773098.48607: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773098.4582431-9139-236400171682589=/root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.48644: variable 'ansible_module_compression' from source: unknown 7983 1726773098.48673: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 7983 1726773098.48708: variable 'ansible_facts' from source: unknown 7983 1726773098.48769: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/AnsiballZ_kernel_settings_get_config.py 7983 1726773098.48873: Sending initial data 7983 1726773098.48882: Sent initial data (173 bytes) 7983 1726773098.49534: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.49538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.49574: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.49580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773098.49584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.49634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.49638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.49742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.51559: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773098.51653: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773098.51751: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpwmpnupf5 /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/AnsiballZ_kernel_settings_get_config.py <<< 7983 1726773098.51850: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773098.52852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.52947: stderr chunk (state=3): >>><<< 7983 1726773098.52950: stdout chunk (state=3): >>><<< 7983 1726773098.52966: done transferring module to remote 7983 1726773098.52975: _low_level_execute_command(): starting 7983 1726773098.52980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/ /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773098.53420: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.53423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.53455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.53459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.53461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.53509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.53528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.53621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.55442: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.55486: stderr chunk (state=3): >>><<< 7983 1726773098.55489: stdout chunk (state=3): >>><<< 7983 1726773098.55505: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.55509: _low_level_execute_command(): starting 7983 1726773098.55516: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/AnsiballZ_kernel_settings_get_config.py && sleep 0' 7983 1726773098.55935: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.55952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.55967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.55982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.55992: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.56037: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.56049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.56153: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.70061: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 7983 1726773098.71208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773098.71262: stderr chunk (state=3): >>><<< 7983 1726773098.71266: stdout chunk (state=3): >>><<< 7983 1726773098.71284: _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"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773098.71313: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773098.71321: _low_level_execute_command(): starting 7983 1726773098.71326: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773098.4582431-9139-236400171682589/ > /dev/null 2>&1 && sleep 0' 7983 1726773098.71797: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.71800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.71841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.71844: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.71847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.71909: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.71912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.71917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.72015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.73881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.73934: stderr chunk (state=3): >>><<< 7983 1726773098.73937: stdout chunk (state=3): >>><<< 7983 1726773098.73951: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.73957: handler run complete 7983 1726773098.73973: attempt loop complete, returning result 7983 1726773098.73975: _execute() done 7983 1726773098.73980: dumping result to json 7983 1726773098.73983: done dumping result, returning 7983 1726773098.73990: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-4fbf-0a43-0000000006e9] 7983 1726773098.73995: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e9 7983 1726773098.74098: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006e9 7983 1726773098.74100: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724" }, "sysfs": { "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" }, "vm": { "transparent_hugepages": "madvise" } } } 7983 1726773098.74195: no more pending results, returning what we have 7983 1726773098.74199: results queue empty 7983 1726773098.74200: checking for any_errors_fatal 7983 1726773098.74207: done checking for any_errors_fatal 7983 1726773098.74208: checking for max_fail_percentage 7983 1726773098.74210: done checking for max_fail_percentage 7983 1726773098.74210: checking to see if all hosts have failed and the running result is not ok 7983 1726773098.74211: done checking to see if all hosts have failed 7983 1726773098.74212: getting the remaining hosts for this loop 7983 1726773098.74213: done getting the remaining hosts for this loop 7983 1726773098.74218: getting the next task for host managed_node1 7983 1726773098.74224: done getting next task for host managed_node1 7983 1726773098.74227: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773098.74231: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773098.74241: getting variables 7983 1726773098.74242: in VariableManager get_vars() 7983 1726773098.74275: Calling all_inventory to load vars for managed_node1 7983 1726773098.74280: Calling groups_inventory to load vars for managed_node1 7983 1726773098.74282: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773098.74290: Calling all_plugins_play to load vars for managed_node1 7983 1726773098.74293: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773098.74295: Calling groups_plugins_play to load vars for managed_node1 7983 1726773098.74450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773098.74579: done with get_vars() 7983 1726773098.74587: done getting variables 7983 1726773098.74632: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:38 -0400 (0:00:00.330) 0:00:27.836 **** 7983 1726773098.74655: entering _queue_task() for managed_node1/template 7983 1726773098.74849: worker is 1 (out of 1 available) 7983 1726773098.74862: exiting _queue_task() for managed_node1/template 7983 1726773098.74873: done queuing things up, now waiting for results queue to drain 7983 1726773098.74875: waiting for pending results... 7983 1726773098.75058: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 7983 1726773098.75139: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006ea 7983 1726773098.75150: variable 'ansible_search_path' from source: unknown 7983 1726773098.75154: variable 'ansible_search_path' from source: unknown 7983 1726773098.75184: calling self._execute() 7983 1726773098.75255: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.75259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.75268: variable 'omit' from source: magic vars 7983 1726773098.75345: variable 'omit' from source: magic vars 7983 1726773098.75383: variable 'omit' from source: magic vars 7983 1726773098.75625: variable '__kernel_settings_profile_src' from source: role '' all vars 7983 1726773098.75631: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773098.75689: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773098.75709: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773098.75757: variable '__kernel_settings_profile_filename' from source: role '' all vars 7983 1726773098.75807: variable '__kernel_settings_profile_dir' from source: role '' all vars 7983 1726773098.75869: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773098.75874: variable '__kernel_settings_tuned_profile' from source: role '' all vars 7983 1726773098.75900: variable 'omit' from source: magic vars 7983 1726773098.75938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773098.75962: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773098.75980: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773098.75992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773098.76005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773098.76028: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773098.76032: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.76035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.76101: Set connection var ansible_shell_type to sh 7983 1726773098.76110: Set connection var ansible_timeout to 10 7983 1726773098.76116: Set connection var ansible_connection to ssh 7983 1726773098.76123: Set connection var ansible_pipelining to False 7983 1726773098.76128: Set connection var ansible_shell_executable to /bin/sh 7983 1726773098.76133: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773098.76150: variable 'ansible_shell_executable' from source: unknown 7983 1726773098.76153: variable 'ansible_connection' from source: unknown 7983 1726773098.76156: variable 'ansible_module_compression' from source: unknown 7983 1726773098.76158: variable 'ansible_shell_type' from source: unknown 7983 1726773098.76161: variable 'ansible_shell_executable' from source: unknown 7983 1726773098.76163: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773098.76165: variable 'ansible_pipelining' from source: unknown 7983 1726773098.76167: variable 'ansible_timeout' from source: unknown 7983 1726773098.76174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773098.76272: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773098.76285: variable 'omit' from source: magic vars 7983 1726773098.76289: starting attempt loop 7983 1726773098.76293: running the handler 7983 1726773098.76300: _low_level_execute_command(): starting 7983 1726773098.76308: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773098.76819: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.76832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.76860: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.76874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.76927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.76946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.77054: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.78735: stdout chunk (state=3): >>>/root <<< 7983 1726773098.78840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.78891: stderr chunk (state=3): >>><<< 7983 1726773098.78894: stdout chunk (state=3): >>><<< 7983 1726773098.78914: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.78926: _low_level_execute_command(): starting 7983 1726773098.78931: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548 `" && echo ansible-tmp-1726773098.7891445-9150-107794991068548="` echo /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548 `" ) && sleep 0' 7983 1726773098.79380: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.79384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.79426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.79431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.79433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.79479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.79483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.79593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.81517: stdout chunk (state=3): >>>ansible-tmp-1726773098.7891445-9150-107794991068548=/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548 <<< 7983 1726773098.81632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.81675: stderr chunk (state=3): >>><<< 7983 1726773098.81681: stdout chunk (state=3): >>><<< 7983 1726773098.81694: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773098.7891445-9150-107794991068548=/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.81708: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 7983 1726773098.81726: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 7983 1726773098.81743: variable 'ansible_search_path' from source: unknown 7983 1726773098.82315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773098.83708: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773098.83758: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773098.83786: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773098.83812: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773098.83831: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773098.84012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773098.84031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773098.84049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773098.84080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773098.84090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773098.84312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773098.84329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773098.84347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773098.84372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773098.84384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773098.84627: variable 'ansible_managed' from source: unknown 7983 1726773098.84630: variable '__sections' from source: task vars 7983 1726773098.84716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773098.84734: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773098.84752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773098.84781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773098.84790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773098.84862: variable 'kernel_settings_sysctl' from source: include params 7983 1726773098.84866: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773098.84871: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773098.84905: variable '__sysctl_old' from source: task vars 7983 1726773098.84949: variable '__sysctl_old' from source: task vars 7983 1726773098.85084: variable 'kernel_settings_purge' from source: include params 7983 1726773098.85087: variable 'kernel_settings_sysctl' from source: include params 7983 1726773098.85092: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773098.85097: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773098.85101: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773098.85235: variable 'kernel_settings_sysfs' from source: include params 7983 1726773098.85239: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773098.85243: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773098.85256: variable '__sysfs_old' from source: task vars 7983 1726773098.85302: variable '__sysfs_old' from source: task vars 7983 1726773098.85439: variable 'kernel_settings_purge' from source: include params 7983 1726773098.85442: variable 'kernel_settings_sysfs' from source: include params 7983 1726773098.85445: variable '__kernel_settings_state_empty' from source: role '' all vars 7983 1726773098.85450: variable '__kernel_settings_previous_replaced' from source: role '' all vars 7983 1726773098.85455: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773098.85471: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 7983 1726773098.85484: variable '__systemd_old' from source: task vars 7983 1726773098.85525: variable '__systemd_old' from source: task vars 7983 1726773098.85656: variable 'kernel_settings_purge' from source: include params 7983 1726773098.85659: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 7983 1726773098.85662: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.85667: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773098.85681: variable 'kernel_settings_transparent_hugepages' from source: include params 7983 1726773098.85684: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 7983 1726773098.85686: variable '__trans_huge_old' from source: task vars 7983 1726773098.85733: variable '__trans_huge_old' from source: task vars 7983 1726773098.85865: variable 'kernel_settings_purge' from source: include params 7983 1726773098.85868: variable 'kernel_settings_transparent_hugepages' from source: include params 7983 1726773098.85871: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.85876: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773098.85888: variable '__trans_defrag_old' from source: task vars 7983 1726773098.85934: variable '__trans_defrag_old' from source: task vars 7983 1726773098.86063: variable 'kernel_settings_purge' from source: include params 7983 1726773098.86066: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 7983 1726773098.86069: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.86074: variable '__kernel_settings_profile_contents' from source: set_fact 7983 1726773098.86093: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.86105: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.86111: variable '__kernel_settings_state_absent' from source: role '' all vars 7983 1726773098.86721: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773098.86762: variable 'ansible_module_compression' from source: unknown 7983 1726773098.86805: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773098.86823: variable 'ansible_facts' from source: unknown 7983 1726773098.86883: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_stat.py 7983 1726773098.86979: Sending initial data 7983 1726773098.86983: Sent initial data (151 bytes) 7983 1726773098.87662: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.87666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.87698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.87702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.87707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.87760: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.87763: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773098.87765: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.87870: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.89745: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773098.89840: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773098.89936: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpwjvj5atc /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_stat.py <<< 7983 1726773098.90032: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773098.91040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.91134: stderr chunk (state=3): >>><<< 7983 1726773098.91141: stdout chunk (state=3): >>><<< 7983 1726773098.91155: done transferring module to remote 7983 1726773098.91163: _low_level_execute_command(): starting 7983 1726773098.91169: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/ /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_stat.py && sleep 0' 7983 1726773098.91605: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.91609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.91641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.91644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773098.91646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.91699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.91705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.91808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773098.93632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773098.93673: stderr chunk (state=3): >>><<< 7983 1726773098.93676: stdout chunk (state=3): >>><<< 7983 1726773098.93690: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773098.93693: _low_level_execute_command(): starting 7983 1726773098.93703: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_stat.py && sleep 0' 7983 1726773098.94120: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773098.94134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773098.94154: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773098.94167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773098.94179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773098.94222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773098.94234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773098.94340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.09019: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 312, "inode": 201326850, "dev": 51713, "nlink": 1, "atime": 1726773080.9592052, "mtime": 1726773080.095202, "ctime": 1726773080.3432028, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "4018061963", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}<<< 7983 1726773099.09023: stdout chunk (state=3): >>> <<< 7983 1726773099.10338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773099.10394: stderr chunk (state=3): >>><<< 7983 1726773099.10398: stdout chunk (state=3): >>><<< 7983 1726773099.10415: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 312, "inode": 201326850, "dev": 51713, "nlink": 1, "atime": 1726773080.9592052, "mtime": 1726773080.095202, "ctime": 1726773080.3432028, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "4018061963", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773099.10457: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773099.10553: Sending initial data 7983 1726773099.10562: Sent initial data (165 bytes) 7983 1726773099.11235: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.11239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.11274: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.11277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.11279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773099.11281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.11337: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.11340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.11344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.11440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.13284: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773099.13376: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773099.13471: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpiwar5mxr/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.source.conf <<< 7983 1726773099.13565: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773099.13963: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.14054: stderr chunk (state=3): >>><<< 7983 1726773099.14057: stdout chunk (state=3): >>><<< 7983 1726773099.14070: _low_level_execute_command(): starting 7983 1726773099.14075: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/ /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.source.conf && sleep 0' 7983 1726773099.14494: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.14508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.14521: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.14532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.14542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.14591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.14612: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.14697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.16537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.16580: stderr chunk (state=3): >>><<< 7983 1726773099.16584: stdout chunk (state=3): >>><<< 7983 1726773099.16598: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.16622: variable 'ansible_module_compression' from source: unknown 7983 1726773099.16659: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773099.16674: variable 'ansible_facts' from source: unknown 7983 1726773099.16721: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_copy.py 7983 1726773099.16815: Sending initial data 7983 1726773099.16825: Sent initial data (151 bytes) 7983 1726773099.17456: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.17468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.17492: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.17507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.17550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.17562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.17666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.19468: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773099.19567: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773099.19666: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpxx89rl4h /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_copy.py <<< 7983 1726773099.19762: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773099.20777: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.20866: stderr chunk (state=3): >>><<< 7983 1726773099.20869: stdout chunk (state=3): >>><<< 7983 1726773099.20886: done transferring module to remote 7983 1726773099.20893: _low_level_execute_command(): starting 7983 1726773099.20897: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/ /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_copy.py && sleep 0' 7983 1726773099.21323: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.21336: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.21353: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.21369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.21419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.21430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.21532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.23349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.23391: stderr chunk (state=3): >>><<< 7983 1726773099.23395: stdout chunk (state=3): >>><<< 7983 1726773099.23407: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.23411: _low_level_execute_command(): starting 7983 1726773099.23419: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/AnsiballZ_copy.py && sleep 0' 7983 1726773099.23826: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.23841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.23859: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.23870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.23917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.23929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.24038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.38322: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.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-1726773098.7891445-9150-107794991068548/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7983 1726773099.39392: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773099.39452: stderr chunk (state=3): >>><<< 7983 1726773099.39455: stdout chunk (state=3): >>><<< 7983 1726773099.39471: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.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-1726773098.7891445-9150-107794991068548/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773099.39504: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773099.39533: _low_level_execute_command(): starting 7983 1726773099.39536: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/ > /dev/null 2>&1 && sleep 0' 7983 1726773099.40009: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.40022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.40042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.40054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773099.40067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.40113: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.40125: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.40228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.42093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.42139: stderr chunk (state=3): >>><<< 7983 1726773099.42142: stdout chunk (state=3): >>><<< 7983 1726773099.42154: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.42163: handler run complete 7983 1726773099.42186: attempt loop complete, returning result 7983 1726773099.42189: _execute() done 7983 1726773099.42191: dumping result to json 7983 1726773099.42199: done dumping result, returning 7983 1726773099.42210: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-4fbf-0a43-0000000006ea] 7983 1726773099.42215: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ea changed: [managed_node1] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726773098.7891445-9150-107794991068548/.source.conf", "state": "file", "uid": 0 } 7983 1726773099.42440: no more pending results, returning what we have 7983 1726773099.42444: results queue empty 7983 1726773099.42444: checking for any_errors_fatal 7983 1726773099.42453: done checking for any_errors_fatal 7983 1726773099.42454: checking for max_fail_percentage 7983 1726773099.42456: done checking for max_fail_percentage 7983 1726773099.42457: checking to see if all hosts have failed and the running result is not ok 7983 1726773099.42462: done checking to see if all hosts have failed 7983 1726773099.42463: getting the remaining hosts for this loop 7983 1726773099.42464: done getting the remaining hosts for this loop 7983 1726773099.42468: getting the next task for host managed_node1 7983 1726773099.42474: done getting next task for host managed_node1 7983 1726773099.42480: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773099.42484: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773099.42496: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ea 7983 1726773099.42500: WORKER PROCESS EXITING 7983 1726773099.42506: getting variables 7983 1726773099.42507: in VariableManager get_vars() 7983 1726773099.42541: Calling all_inventory to load vars for managed_node1 7983 1726773099.42543: Calling groups_inventory to load vars for managed_node1 7983 1726773099.42546: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773099.42554: Calling all_plugins_play to load vars for managed_node1 7983 1726773099.42556: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773099.42558: Calling groups_plugins_play to load vars for managed_node1 7983 1726773099.42682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773099.42816: done with get_vars() 7983 1726773099.42825: done getting variables 7983 1726773099.42867: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:39 -0400 (0:00:00.682) 0:00:28.518 **** 7983 1726773099.42890: entering _queue_task() for managed_node1/service 7983 1726773099.43083: worker is 1 (out of 1 available) 7983 1726773099.43097: exiting _queue_task() for managed_node1/service 7983 1726773099.43110: done queuing things up, now waiting for results queue to drain 7983 1726773099.43112: waiting for pending results... 7983 1726773099.43297: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 7983 1726773099.43372: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006eb 7983 1726773099.43384: variable 'ansible_search_path' from source: unknown 7983 1726773099.43387: variable 'ansible_search_path' from source: unknown 7983 1726773099.43426: variable '__kernel_settings_services' from source: include_vars 7983 1726773099.43741: variable '__kernel_settings_services' from source: include_vars 7983 1726773099.43796: variable 'omit' from source: magic vars 7983 1726773099.43862: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773099.43869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773099.43881: variable 'omit' from source: magic vars 7983 1726773099.44055: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773099.44219: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773099.44251: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773099.44275: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773099.44300: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773099.44375: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773099.44383: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773099.44401: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 7983 1726773099.44407: when evaluation is False, skipping this task 7983 1726773099.44430: variable 'item' from source: unknown 7983 1726773099.44480: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 7983 1726773099.44628: dumping result to json 7983 1726773099.44631: done dumping result, returning 7983 1726773099.44633: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-4fbf-0a43-0000000006eb] 7983 1726773099.44635: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006eb 7983 1726773099.44673: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006eb 7983 1726773099.44675: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 7983 1726773099.44710: no more pending results, returning what we have 7983 1726773099.44713: results queue empty 7983 1726773099.44714: checking for any_errors_fatal 7983 1726773099.44724: done checking for any_errors_fatal 7983 1726773099.44725: checking for max_fail_percentage 7983 1726773099.44726: done checking for max_fail_percentage 7983 1726773099.44727: checking to see if all hosts have failed and the running result is not ok 7983 1726773099.44727: done checking to see if all hosts have failed 7983 1726773099.44728: getting the remaining hosts for this loop 7983 1726773099.44729: done getting the remaining hosts for this loop 7983 1726773099.44732: getting the next task for host managed_node1 7983 1726773099.44736: done getting next task for host managed_node1 7983 1726773099.44739: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773099.44742: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773099.44752: getting variables 7983 1726773099.44753: in VariableManager get_vars() 7983 1726773099.44775: Calling all_inventory to load vars for managed_node1 7983 1726773099.44777: Calling groups_inventory to load vars for managed_node1 7983 1726773099.44780: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773099.44788: Calling all_plugins_play to load vars for managed_node1 7983 1726773099.44791: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773099.44793: Calling groups_plugins_play to load vars for managed_node1 7983 1726773099.44894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773099.45025: done with get_vars() 7983 1726773099.45032: done getting variables 7983 1726773099.45070: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:39 -0400 (0:00:00.022) 0:00:28.540 **** 7983 1726773099.45094: entering _queue_task() for managed_node1/command 7983 1726773099.45263: worker is 1 (out of 1 available) 7983 1726773099.45274: exiting _queue_task() for managed_node1/command 7983 1726773099.45287: done queuing things up, now waiting for results queue to drain 7983 1726773099.45289: waiting for pending results... 7983 1726773099.45452: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 7983 1726773099.45528: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006ec 7983 1726773099.45538: variable 'ansible_search_path' from source: unknown 7983 1726773099.45542: variable 'ansible_search_path' from source: unknown 7983 1726773099.45570: calling self._execute() 7983 1726773099.45636: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773099.45639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773099.45648: variable 'omit' from source: magic vars 7983 1726773099.45956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773099.46213: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773099.46249: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773099.46273: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773099.46299: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773099.46377: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773099.46395: Evaluated conditional (not __kernel_settings_register_profile is changed): True 7983 1726773099.46484: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773099.46491: Evaluated conditional (not __kernel_settings_register_mode is changed): True 7983 1726773099.46570: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773099.46580: Evaluated conditional (__kernel_settings_register_apply is changed): True 7983 1726773099.46583: variable 'omit' from source: magic vars 7983 1726773099.46620: variable 'omit' from source: magic vars 7983 1726773099.46697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773099.48048: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773099.48097: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773099.48126: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773099.48149: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773099.48171: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773099.48223: variable '__kernel_settings_active_profile' from source: set_fact 7983 1726773099.48244: variable 'omit' from source: magic vars 7983 1726773099.48266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773099.48287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773099.48300: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773099.48315: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773099.48324: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773099.48348: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773099.48351: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773099.48355: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773099.48419: Set connection var ansible_shell_type to sh 7983 1726773099.48426: Set connection var ansible_timeout to 10 7983 1726773099.48431: Set connection var ansible_connection to ssh 7983 1726773099.48438: Set connection var ansible_pipelining to False 7983 1726773099.48443: Set connection var ansible_shell_executable to /bin/sh 7983 1726773099.48449: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773099.48464: variable 'ansible_shell_executable' from source: unknown 7983 1726773099.48467: variable 'ansible_connection' from source: unknown 7983 1726773099.48469: variable 'ansible_module_compression' from source: unknown 7983 1726773099.48472: variable 'ansible_shell_type' from source: unknown 7983 1726773099.48474: variable 'ansible_shell_executable' from source: unknown 7983 1726773099.48476: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773099.48481: variable 'ansible_pipelining' from source: unknown 7983 1726773099.48483: variable 'ansible_timeout' from source: unknown 7983 1726773099.48486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773099.48557: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773099.48565: variable 'omit' from source: magic vars 7983 1726773099.48570: starting attempt loop 7983 1726773099.48573: running the handler 7983 1726773099.48585: _low_level_execute_command(): starting 7983 1726773099.48590: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773099.49085: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.49092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.49132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.49147: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.49200: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.49207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.49217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.49338: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.51030: stdout chunk (state=3): >>>/root <<< 7983 1726773099.51136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.51184: stderr chunk (state=3): >>><<< 7983 1726773099.51191: stdout chunk (state=3): >>><<< 7983 1726773099.51211: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.51220: _low_level_execute_command(): starting 7983 1726773099.51224: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827 `" && echo ansible-tmp-1726773099.5121007-9166-142622458388827="` echo /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827 `" ) && sleep 0' 7983 1726773099.51655: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.51661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.51692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.51709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.51720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.51765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.51768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.51783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.51894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.53866: stdout chunk (state=3): >>>ansible-tmp-1726773099.5121007-9166-142622458388827=/root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827 <<< 7983 1726773099.53980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.54019: stderr chunk (state=3): >>><<< 7983 1726773099.54022: stdout chunk (state=3): >>><<< 7983 1726773099.54035: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773099.5121007-9166-142622458388827=/root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.54056: variable 'ansible_module_compression' from source: unknown 7983 1726773099.54094: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7983 1726773099.54118: variable 'ansible_facts' from source: unknown 7983 1726773099.54176: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/AnsiballZ_command.py 7983 1726773099.54270: Sending initial data 7983 1726773099.54273: Sent initial data (154 bytes) 7983 1726773099.54905: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.54911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.54943: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773099.54955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773099.54965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.55010: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.55023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.55128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.56917: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773099.57012: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773099.57106: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpelj35ye3 /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/AnsiballZ_command.py <<< 7983 1726773099.57201: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773099.58192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.58277: stderr chunk (state=3): >>><<< 7983 1726773099.58281: stdout chunk (state=3): >>><<< 7983 1726773099.58300: done transferring module to remote 7983 1726773099.58309: _low_level_execute_command(): starting 7983 1726773099.58313: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/ /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/AnsiballZ_command.py && sleep 0' 7983 1726773099.58921: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773099.58936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.58953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.58972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.59021: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773099.59038: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773099.59054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.59072: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773099.59089: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773099.59102: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773099.59120: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.59139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.59158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.59171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773099.59188: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773099.59207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.59289: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773099.59308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.59323: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.59452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773099.61268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773099.61311: stderr chunk (state=3): >>><<< 7983 1726773099.61314: stdout chunk (state=3): >>><<< 7983 1726773099.61326: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773099.61334: _low_level_execute_command(): starting 7983 1726773099.61336: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/AnsiballZ_command.py && sleep 0' 7983 1726773099.61744: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773099.61747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773099.61781: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.61784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773099.61786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773099.61840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773099.61843: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773099.61949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773100.85893: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:39.752375", "end": "2024-09-19 15:11:40.857189", "delta": "0:00:01.104814", "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}}} <<< 7983 1726773100.87237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773100.87294: stderr chunk (state=3): >>><<< 7983 1726773100.87298: stdout chunk (state=3): >>><<< 7983 1726773100.87316: _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:39.752375", "end": "2024-09-19 15:11:40.857189", "delta": "0:00:01.104814", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773100.87344: 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-1726773099.5121007-9166-142622458388827/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773100.87352: _low_level_execute_command(): starting 7983 1726773100.87355: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773099.5121007-9166-142622458388827/ > /dev/null 2>&1 && sleep 0' 7983 1726773100.87837: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773100.87841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773100.87874: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.87877: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773100.87879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.87928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773100.87940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773100.88044: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773100.89912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773100.89957: stderr chunk (state=3): >>><<< 7983 1726773100.89960: stdout chunk (state=3): >>><<< 7983 1726773100.89974: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773100.89982: handler run complete 7983 1726773100.90001: Evaluated conditional (True): True 7983 1726773100.90011: attempt loop complete, returning result 7983 1726773100.90014: _execute() done 7983 1726773100.90016: dumping result to json 7983 1726773100.90021: done dumping result, returning 7983 1726773100.90029: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-4fbf-0a43-0000000006ec] 7983 1726773100.90034: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ec 7983 1726773100.90142: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ec 7983 1726773100.90145: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.104814", "end": "2024-09-19 15:11:40.857189", "rc": 0, "start": "2024-09-19 15:11:39.752375" } 7983 1726773100.90222: no more pending results, returning what we have 7983 1726773100.90225: results queue empty 7983 1726773100.90226: checking for any_errors_fatal 7983 1726773100.90233: done checking for any_errors_fatal 7983 1726773100.90233: checking for max_fail_percentage 7983 1726773100.90235: done checking for max_fail_percentage 7983 1726773100.90236: checking to see if all hosts have failed and the running result is not ok 7983 1726773100.90237: done checking to see if all hosts have failed 7983 1726773100.90238: getting the remaining hosts for this loop 7983 1726773100.90239: done getting the remaining hosts for this loop 7983 1726773100.90243: getting the next task for host managed_node1 7983 1726773100.90248: done getting next task for host managed_node1 7983 1726773100.90253: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773100.90257: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773100.90267: getting variables 7983 1726773100.90268: in VariableManager get_vars() 7983 1726773100.90307: Calling all_inventory to load vars for managed_node1 7983 1726773100.90310: Calling groups_inventory to load vars for managed_node1 7983 1726773100.90312: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773100.90321: Calling all_plugins_play to load vars for managed_node1 7983 1726773100.90323: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773100.90326: Calling groups_plugins_play to load vars for managed_node1 7983 1726773100.90524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773100.90649: done with get_vars() 7983 1726773100.90657: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:40 -0400 (0:00:01.456) 0:00:29.997 **** 7983 1726773100.90731: entering _queue_task() for managed_node1/include_tasks 7983 1726773100.90920: worker is 1 (out of 1 available) 7983 1726773100.90932: exiting _queue_task() for managed_node1/include_tasks 7983 1726773100.90943: done queuing things up, now waiting for results queue to drain 7983 1726773100.90945: waiting for pending results... 7983 1726773100.91131: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 7983 1726773100.91233: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006ed 7983 1726773100.91245: variable 'ansible_search_path' from source: unknown 7983 1726773100.91249: variable 'ansible_search_path' from source: unknown 7983 1726773100.91280: calling self._execute() 7983 1726773100.91348: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773100.91352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773100.91365: variable 'omit' from source: magic vars 7983 1726773100.91689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773100.91872: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773100.91911: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773100.91935: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773100.91962: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773100.92045: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773100.92315: Evaluated conditional (__kernel_settings_register_apply is changed): True 7983 1726773100.92318: _execute() done 7983 1726773100.92321: dumping result to json 7983 1726773100.92324: done dumping result, returning 7983 1726773100.92326: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-4fbf-0a43-0000000006ed] 7983 1726773100.92329: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ed 7983 1726773100.92400: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ed 7983 1726773100.92406: WORKER PROCESS EXITING 7983 1726773100.92440: no more pending results, returning what we have 7983 1726773100.92444: in VariableManager get_vars() 7983 1726773100.92484: Calling all_inventory to load vars for managed_node1 7983 1726773100.92487: Calling groups_inventory to load vars for managed_node1 7983 1726773100.92490: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773100.92500: Calling all_plugins_play to load vars for managed_node1 7983 1726773100.92505: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773100.92509: Calling groups_plugins_play to load vars for managed_node1 7983 1726773100.92689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773100.92897: done with get_vars() 7983 1726773100.92908: variable 'ansible_search_path' from source: unknown 7983 1726773100.92909: variable 'ansible_search_path' from source: unknown 7983 1726773100.92941: we have included files to process 7983 1726773100.92943: generating all_blocks data 7983 1726773100.92948: done generating all_blocks data 7983 1726773100.92953: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773100.92954: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773100.92956: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 7983 1726773100.93359: done processing included file 7983 1726773100.93362: iterating over new_blocks loaded from include file 7983 1726773100.93364: in VariableManager get_vars() 7983 1726773100.93389: done with get_vars() 7983 1726773100.93392: filtering new block on tags 7983 1726773100.93448: done filtering new block on tags 7983 1726773100.93450: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1 7983 1726773100.93454: extending task lists for all hosts with included blocks 7983 1726773100.94056: done extending task lists 7983 1726773100.94057: done processing included files 7983 1726773100.94058: results queue empty 7983 1726773100.94058: checking for any_errors_fatal 7983 1726773100.94062: done checking for any_errors_fatal 7983 1726773100.94062: checking for max_fail_percentage 7983 1726773100.94063: done checking for max_fail_percentage 7983 1726773100.94064: checking to see if all hosts have failed and the running result is not ok 7983 1726773100.94064: done checking to see if all hosts have failed 7983 1726773100.94064: getting the remaining hosts for this loop 7983 1726773100.94065: done getting the remaining hosts for this loop 7983 1726773100.94067: getting the next task for host managed_node1 7983 1726773100.94070: done getting next task for host managed_node1 7983 1726773100.94071: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 7983 1726773100.94074: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773100.94081: getting variables 7983 1726773100.94082: in VariableManager get_vars() 7983 1726773100.94090: Calling all_inventory to load vars for managed_node1 7983 1726773100.94092: Calling groups_inventory to load vars for managed_node1 7983 1726773100.94093: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773100.94096: Calling all_plugins_play to load vars for managed_node1 7983 1726773100.94098: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773100.94099: Calling groups_plugins_play to load vars for managed_node1 7983 1726773100.94182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773100.94297: done with get_vars() 7983 1726773100.94306: done getting variables 7983 1726773100.94331: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:11:40 -0400 (0:00:00.036) 0:00:30.033 **** 7983 1726773100.94360: entering _queue_task() for managed_node1/command 7983 1726773100.94561: worker is 1 (out of 1 available) 7983 1726773100.94573: exiting _queue_task() for managed_node1/command 7983 1726773100.94584: done queuing things up, now waiting for results queue to drain 7983 1726773100.94586: waiting for pending results... 7983 1726773100.94776: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 7983 1726773100.94866: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000007cc 7983 1726773100.94877: variable 'ansible_search_path' from source: unknown 7983 1726773100.94880: variable 'ansible_search_path' from source: unknown 7983 1726773100.94915: calling self._execute() 7983 1726773100.94986: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773100.94990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773100.95002: variable 'omit' from source: magic vars 7983 1726773100.95074: variable 'omit' from source: magic vars 7983 1726773100.95123: variable 'omit' from source: magic vars 7983 1726773100.95148: variable 'omit' from source: magic vars 7983 1726773100.95187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773100.95217: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773100.95237: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773100.95254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773100.95264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773100.95300: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773100.95314: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773100.95324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773100.95423: Set connection var ansible_shell_type to sh 7983 1726773100.95440: Set connection var ansible_timeout to 10 7983 1726773100.95451: Set connection var ansible_connection to ssh 7983 1726773100.95465: Set connection var ansible_pipelining to False 7983 1726773100.95474: Set connection var ansible_shell_executable to /bin/sh 7983 1726773100.95482: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773100.95508: variable 'ansible_shell_executable' from source: unknown 7983 1726773100.95517: variable 'ansible_connection' from source: unknown 7983 1726773100.95523: variable 'ansible_module_compression' from source: unknown 7983 1726773100.95530: variable 'ansible_shell_type' from source: unknown 7983 1726773100.95536: variable 'ansible_shell_executable' from source: unknown 7983 1726773100.95549: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773100.95558: variable 'ansible_pipelining' from source: unknown 7983 1726773100.95565: variable 'ansible_timeout' from source: unknown 7983 1726773100.95573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773100.95716: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773100.95733: variable 'omit' from source: magic vars 7983 1726773100.95743: starting attempt loop 7983 1726773100.95751: running the handler 7983 1726773100.95774: _low_level_execute_command(): starting 7983 1726773100.95787: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773100.96557: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773100.96572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773100.96595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773100.96618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773100.96662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773100.96675: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773100.96692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.96717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773100.96730: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773100.96744: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773100.96757: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773100.96773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773100.96789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773100.96806: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773100.96822: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773100.96837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.96913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773100.96940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773100.96957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773100.97095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773100.98768: stdout chunk (state=3): >>>/root <<< 7983 1726773100.98863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773100.98916: stderr chunk (state=3): >>><<< 7983 1726773100.98919: stdout chunk (state=3): >>><<< 7983 1726773100.98940: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773100.98953: _low_level_execute_command(): starting 7983 1726773100.98959: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193 `" && echo ansible-tmp-1726773100.9893968-9201-62380960319193="` echo /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193 `" ) && sleep 0' 7983 1726773100.99475: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773100.99488: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773100.99499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773100.99515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773100.99560: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773100.99567: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773100.99577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.99595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773100.99608: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773100.99611: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773100.99618: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773100.99628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773100.99648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773100.99655: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773100.99663: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773100.99676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773100.99750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773100.99774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773100.99789: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773100.99925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.01862: stdout chunk (state=3): >>>ansible-tmp-1726773100.9893968-9201-62380960319193=/root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193 <<< 7983 1726773101.01970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.02020: stderr chunk (state=3): >>><<< 7983 1726773101.02023: stdout chunk (state=3): >>><<< 7983 1726773101.02040: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773100.9893968-9201-62380960319193=/root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.02068: variable 'ansible_module_compression' from source: unknown 7983 1726773101.02111: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7983 1726773101.02142: variable 'ansible_facts' from source: unknown 7983 1726773101.02202: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/AnsiballZ_command.py 7983 1726773101.02311: Sending initial data 7983 1726773101.02321: Sent initial data (153 bytes) 7983 1726773101.03242: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.03255: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.03269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.03288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.03337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.03350: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773101.03363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.03381: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773101.03394: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773101.03409: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773101.03422: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.03436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.03460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.03475: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.03488: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773101.03505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.03589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.03613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.03629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.03757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.05566: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773101.05654: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773101.05750: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp0bdo6hf6 /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/AnsiballZ_command.py <<< 7983 1726773101.05854: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773101.07051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.07209: stderr chunk (state=3): >>><<< 7983 1726773101.07212: stdout chunk (state=3): >>><<< 7983 1726773101.07214: done transferring module to remote 7983 1726773101.07296: _low_level_execute_command(): starting 7983 1726773101.07299: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/ /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/AnsiballZ_command.py && sleep 0' 7983 1726773101.07868: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.07881: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.07896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.07919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.07967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.07982: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773101.07996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.08015: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773101.08028: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773101.08040: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773101.08056: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.08071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.08088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.08101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.08116: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773101.08129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.08206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.08227: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.08243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.08366: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.10232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.10302: stderr chunk (state=3): >>><<< 7983 1726773101.10316: stdout chunk (state=3): >>><<< 7983 1726773101.10419: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.10424: _low_level_execute_command(): starting 7983 1726773101.10427: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/AnsiballZ_command.py && sleep 0' 7983 1726773101.10975: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.10994: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.11013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.11031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.11073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.11087: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773101.11106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.11123: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773101.11133: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773101.11144: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773101.11156: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.11170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.11192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.11212: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.11226: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773101.11242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.11323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.11327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.11428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.34516: 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:41.248620", "end": "2024-09-19 15:11:41.343392", "delta": "0:00:00.094772", "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}}} <<< 7983 1726773101.35969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773101.35973: stdout chunk (state=3): >>><<< 7983 1726773101.35976: stderr chunk (state=3): >>><<< 7983 1726773101.36011: _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:41.248620", "end": "2024-09-19 15:11:41.343392", "delta": "0:00:00.094772", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773101.36154: 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-1726773100.9893968-9201-62380960319193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773101.36158: _low_level_execute_command(): starting 7983 1726773101.36160: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773100.9893968-9201-62380960319193/ > /dev/null 2>&1 && sleep 0' 7983 1726773101.37040: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.37043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.37080: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773101.37084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.37088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.37162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.37165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.37169: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.37284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.39166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.39242: stderr chunk (state=3): >>><<< 7983 1726773101.39245: stdout chunk (state=3): >>><<< 7983 1726773101.39309: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.39312: handler run complete 7983 1726773101.39315: Evaluated conditional (False): False 7983 1726773101.39317: attempt loop complete, returning result 7983 1726773101.39319: _execute() done 7983 1726773101.39320: dumping result to json 7983 1726773101.39411: done dumping result, returning 7983 1726773101.39415: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-4fbf-0a43-0000000007cc] 7983 1726773101.39417: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007cc 7983 1726773101.39506: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007cc 7983 1726773101.39510: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.094772", "end": "2024-09-19 15:11:41.343392", "rc": 0, "start": "2024-09-19 15:11:41.248620" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 7983 1726773101.39598: no more pending results, returning what we have 7983 1726773101.39602: results queue empty 7983 1726773101.39605: checking for any_errors_fatal 7983 1726773101.39607: done checking for any_errors_fatal 7983 1726773101.39608: checking for max_fail_percentage 7983 1726773101.39609: done checking for max_fail_percentage 7983 1726773101.39610: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.39611: done checking to see if all hosts have failed 7983 1726773101.39612: getting the remaining hosts for this loop 7983 1726773101.39613: done getting the remaining hosts for this loop 7983 1726773101.39617: getting the next task for host managed_node1 7983 1726773101.39623: done getting next task for host managed_node1 7983 1726773101.39627: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 7983 1726773101.39632: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.39641: getting variables 7983 1726773101.39643: in VariableManager get_vars() 7983 1726773101.39683: Calling all_inventory to load vars for managed_node1 7983 1726773101.39686: Calling groups_inventory to load vars for managed_node1 7983 1726773101.39688: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.39698: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.39700: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.39705: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.39935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.40087: done with get_vars() 7983 1726773101.40095: done getting variables 7983 1726773101.40140: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.458) 0:00:30.491 **** 7983 1726773101.40168: entering _queue_task() for managed_node1/shell 7983 1726773101.40357: worker is 1 (out of 1 available) 7983 1726773101.40370: exiting _queue_task() for managed_node1/shell 7983 1726773101.40385: done queuing things up, now waiting for results queue to drain 7983 1726773101.40387: waiting for pending results... 7983 1726773101.40569: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 7983 1726773101.40660: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000007cd 7983 1726773101.40670: variable 'ansible_search_path' from source: unknown 7983 1726773101.40674: variable 'ansible_search_path' from source: unknown 7983 1726773101.40705: calling self._execute() 7983 1726773101.40773: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.40777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.40785: variable 'omit' from source: magic vars 7983 1726773101.41108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773101.41285: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773101.41319: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773101.41345: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773101.41371: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773101.41450: variable '__kernel_settings_register_verify_values' from source: set_fact 7983 1726773101.41471: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 7983 1726773101.41476: when evaluation is False, skipping this task 7983 1726773101.41482: _execute() done 7983 1726773101.41484: dumping result to json 7983 1726773101.41487: done dumping result, returning 7983 1726773101.41490: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-4fbf-0a43-0000000007cd] 7983 1726773101.41492: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007cd 7983 1726773101.41576: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007cd 7983 1726773101.41582: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 7983 1726773101.41657: no more pending results, returning what we have 7983 1726773101.41660: results queue empty 7983 1726773101.41661: checking for any_errors_fatal 7983 1726773101.41671: done checking for any_errors_fatal 7983 1726773101.41672: checking for max_fail_percentage 7983 1726773101.41673: done checking for max_fail_percentage 7983 1726773101.41674: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.41675: done checking to see if all hosts have failed 7983 1726773101.41675: getting the remaining hosts for this loop 7983 1726773101.41677: done getting the remaining hosts for this loop 7983 1726773101.41682: getting the next task for host managed_node1 7983 1726773101.41687: done getting next task for host managed_node1 7983 1726773101.41695: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 7983 1726773101.41699: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.41720: getting variables 7983 1726773101.41722: in VariableManager get_vars() 7983 1726773101.41761: Calling all_inventory to load vars for managed_node1 7983 1726773101.41764: Calling groups_inventory to load vars for managed_node1 7983 1726773101.41766: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.41775: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.41779: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.41782: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.41955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.42187: done with get_vars() 7983 1726773101.42197: done getting variables 7983 1726773101.42260: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.021) 0:00:30.512 **** 7983 1726773101.42296: entering _queue_task() for managed_node1/fail 7983 1726773101.42529: worker is 1 (out of 1 available) 7983 1726773101.42545: exiting _queue_task() for managed_node1/fail 7983 1726773101.42562: done queuing things up, now waiting for results queue to drain 7983 1726773101.42565: waiting for pending results... 7983 1726773101.42869: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 7983 1726773101.43021: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000007ce 7983 1726773101.43032: variable 'ansible_search_path' from source: unknown 7983 1726773101.43035: variable 'ansible_search_path' from source: unknown 7983 1726773101.43063: calling self._execute() 7983 1726773101.43137: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.43141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.43150: variable 'omit' from source: magic vars 7983 1726773101.43481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773101.43717: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773101.43748: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773101.43775: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773101.43801: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773101.43876: variable '__kernel_settings_register_verify_values' from source: set_fact 7983 1726773101.43900: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 7983 1726773101.43904: when evaluation is False, skipping this task 7983 1726773101.43907: _execute() done 7983 1726773101.43910: dumping result to json 7983 1726773101.43912: done dumping result, returning 7983 1726773101.43918: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-4fbf-0a43-0000000007ce] 7983 1726773101.43923: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007ce 7983 1726773101.44013: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000007ce 7983 1726773101.44016: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 7983 1726773101.44057: no more pending results, returning what we have 7983 1726773101.44061: results queue empty 7983 1726773101.44061: checking for any_errors_fatal 7983 1726773101.44066: done checking for any_errors_fatal 7983 1726773101.44067: checking for max_fail_percentage 7983 1726773101.44069: done checking for max_fail_percentage 7983 1726773101.44070: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.44070: done checking to see if all hosts have failed 7983 1726773101.44071: getting the remaining hosts for this loop 7983 1726773101.44072: done getting the remaining hosts for this loop 7983 1726773101.44076: getting the next task for host managed_node1 7983 1726773101.44082: done getting next task for host managed_node1 7983 1726773101.44086: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773101.44090: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.44109: getting variables 7983 1726773101.44110: in VariableManager get_vars() 7983 1726773101.44140: Calling all_inventory to load vars for managed_node1 7983 1726773101.44142: Calling groups_inventory to load vars for managed_node1 7983 1726773101.44143: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.44149: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.44151: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.44153: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.44295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.44417: done with get_vars() 7983 1726773101.44424: done getting variables 7983 1726773101.44463: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.021) 0:00:30.534 **** 7983 1726773101.44485: entering _queue_task() for managed_node1/set_fact 7983 1726773101.44651: worker is 1 (out of 1 available) 7983 1726773101.44662: exiting _queue_task() for managed_node1/set_fact 7983 1726773101.44676: done queuing things up, now waiting for results queue to drain 7983 1726773101.44678: waiting for pending results... 7983 1726773101.44860: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 7983 1726773101.44935: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006ee 7983 1726773101.44946: variable 'ansible_search_path' from source: unknown 7983 1726773101.44949: variable 'ansible_search_path' from source: unknown 7983 1726773101.45007: calling self._execute() 7983 1726773101.45088: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.45094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.45097: variable 'omit' from source: magic vars 7983 1726773101.45424: variable 'omit' from source: magic vars 7983 1726773101.45427: variable 'omit' from source: magic vars 7983 1726773101.45430: variable 'omit' from source: magic vars 7983 1726773101.45432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773101.45434: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773101.45436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773101.45438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.45440: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.45442: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773101.45445: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.45447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.45531: Set connection var ansible_shell_type to sh 7983 1726773101.45539: Set connection var ansible_timeout to 10 7983 1726773101.45546: Set connection var ansible_connection to ssh 7983 1726773101.45556: Set connection var ansible_pipelining to False 7983 1726773101.45561: Set connection var ansible_shell_executable to /bin/sh 7983 1726773101.45566: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773101.45594: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.45597: variable 'ansible_connection' from source: unknown 7983 1726773101.45600: variable 'ansible_module_compression' from source: unknown 7983 1726773101.45602: variable 'ansible_shell_type' from source: unknown 7983 1726773101.45606: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.45609: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.45613: variable 'ansible_pipelining' from source: unknown 7983 1726773101.45615: variable 'ansible_timeout' from source: unknown 7983 1726773101.45620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.45757: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773101.45767: variable 'omit' from source: magic vars 7983 1726773101.45772: starting attempt loop 7983 1726773101.45775: running the handler 7983 1726773101.45812: handler run complete 7983 1726773101.45815: attempt loop complete, returning result 7983 1726773101.45818: _execute() done 7983 1726773101.45820: dumping result to json 7983 1726773101.45822: done dumping result, returning 7983 1726773101.45825: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-4fbf-0a43-0000000006ee] 7983 1726773101.45827: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ee 7983 1726773101.45900: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ee 7983 1726773101.45909: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 7983 1726773101.45989: no more pending results, returning what we have 7983 1726773101.45992: results queue empty 7983 1726773101.45993: checking for any_errors_fatal 7983 1726773101.45999: done checking for any_errors_fatal 7983 1726773101.46000: checking for max_fail_percentage 7983 1726773101.46001: done checking for max_fail_percentage 7983 1726773101.46002: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.46006: done checking to see if all hosts have failed 7983 1726773101.46007: getting the remaining hosts for this loop 7983 1726773101.46008: done getting the remaining hosts for this loop 7983 1726773101.46011: getting the next task for host managed_node1 7983 1726773101.46021: done getting next task for host managed_node1 7983 1726773101.46025: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773101.46029: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.46040: getting variables 7983 1726773101.46041: in VariableManager get_vars() 7983 1726773101.46071: Calling all_inventory to load vars for managed_node1 7983 1726773101.46073: Calling groups_inventory to load vars for managed_node1 7983 1726773101.46076: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.46084: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.46087: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.46090: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.46262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.46485: done with get_vars() 7983 1726773101.46495: done getting variables 7983 1726773101.46554: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.020) 0:00:30.555 **** 7983 1726773101.46588: entering _queue_task() for managed_node1/set_fact 7983 1726773101.46802: worker is 1 (out of 1 available) 7983 1726773101.46817: exiting _queue_task() for managed_node1/set_fact 7983 1726773101.46828: done queuing things up, now waiting for results queue to drain 7983 1726773101.46830: waiting for pending results... 7983 1726773101.47199: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 7983 1726773101.47271: in run() - task 1239c35c-e2e1-4fbf-0a43-0000000006ef 7983 1726773101.47284: variable 'ansible_search_path' from source: unknown 7983 1726773101.47288: variable 'ansible_search_path' from source: unknown 7983 1726773101.47330: calling self._execute() 7983 1726773101.47392: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.47396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.47406: variable 'omit' from source: magic vars 7983 1726773101.47474: variable 'omit' from source: magic vars 7983 1726773101.47516: variable 'omit' from source: magic vars 7983 1726773101.47784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7983 1726773101.48018: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7983 1726773101.48048: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7983 1726773101.48072: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7983 1726773101.48100: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7983 1726773101.48197: variable '__kernel_settings_register_profile' from source: set_fact 7983 1726773101.48207: variable '__kernel_settings_register_mode' from source: set_fact 7983 1726773101.48214: variable '__kernel_settings_register_apply' from source: set_fact 7983 1726773101.48251: variable 'omit' from source: magic vars 7983 1726773101.48272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773101.48295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773101.48312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773101.48325: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.48334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.48357: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773101.48360: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.48363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.48429: Set connection var ansible_shell_type to sh 7983 1726773101.48435: Set connection var ansible_timeout to 10 7983 1726773101.48440: Set connection var ansible_connection to ssh 7983 1726773101.48448: Set connection var ansible_pipelining to False 7983 1726773101.48453: Set connection var ansible_shell_executable to /bin/sh 7983 1726773101.48458: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773101.48472: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.48475: variable 'ansible_connection' from source: unknown 7983 1726773101.48477: variable 'ansible_module_compression' from source: unknown 7983 1726773101.48483: variable 'ansible_shell_type' from source: unknown 7983 1726773101.48485: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.48488: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.48492: variable 'ansible_pipelining' from source: unknown 7983 1726773101.48494: variable 'ansible_timeout' from source: unknown 7983 1726773101.48498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.48571: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773101.48579: variable 'omit' from source: magic vars 7983 1726773101.48587: starting attempt loop 7983 1726773101.48589: running the handler 7983 1726773101.48598: handler run complete 7983 1726773101.48607: attempt loop complete, returning result 7983 1726773101.48610: _execute() done 7983 1726773101.48612: dumping result to json 7983 1726773101.48615: done dumping result, returning 7983 1726773101.48624: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-4fbf-0a43-0000000006ef] 7983 1726773101.48626: sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ef 7983 1726773101.48697: done sending task result for task 1239c35c-e2e1-4fbf-0a43-0000000006ef 7983 1726773101.48700: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 7983 1726773101.48788: no more pending results, returning what we have 7983 1726773101.48790: results queue empty 7983 1726773101.48791: checking for any_errors_fatal 7983 1726773101.48796: done checking for any_errors_fatal 7983 1726773101.48796: checking for max_fail_percentage 7983 1726773101.48798: done checking for max_fail_percentage 7983 1726773101.48799: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.48799: done checking to see if all hosts have failed 7983 1726773101.48800: getting the remaining hosts for this loop 7983 1726773101.48801: done getting the remaining hosts for this loop 7983 1726773101.48806: getting the next task for host managed_node1 7983 1726773101.48812: done getting next task for host managed_node1 7983 1726773101.48813: ^ task is: TASK: meta (role_complete) 7983 1726773101.48816: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.48823: getting variables 7983 1726773101.48824: in VariableManager get_vars() 7983 1726773101.48854: Calling all_inventory to load vars for managed_node1 7983 1726773101.48856: Calling groups_inventory to load vars for managed_node1 7983 1726773101.48859: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.48867: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.48870: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.48875: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.48997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.49206: done with get_vars() 7983 1726773101.49217: done getting variables 7983 1726773101.49283: done queuing things up, now waiting for results queue to drain 7983 1726773101.49289: results queue empty 7983 1726773101.49290: checking for any_errors_fatal 7983 1726773101.49292: done checking for any_errors_fatal 7983 1726773101.49292: checking for max_fail_percentage 7983 1726773101.49293: done checking for max_fail_percentage 7983 1726773101.49294: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.49295: done checking to see if all hosts have failed 7983 1726773101.49295: getting the remaining hosts for this loop 7983 1726773101.49296: done getting the remaining hosts for this loop 7983 1726773101.49298: getting the next task for host managed_node1 7983 1726773101.49302: done getting next task for host managed_node1 7983 1726773101.49306: ^ task is: TASK: Verify no settings 7983 1726773101.49308: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.49310: getting variables 7983 1726773101.49311: in VariableManager get_vars() 7983 1726773101.49320: Calling all_inventory to load vars for managed_node1 7983 1726773101.49322: Calling groups_inventory to load vars for managed_node1 7983 1726773101.49324: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.49328: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.49330: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.49333: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.49468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.49664: done with get_vars() 7983 1726773101.49673: done getting variables 7983 1726773101.49709: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.031) 0:00:30.587 **** 7983 1726773101.49735: entering _queue_task() for managed_node1/shell 7983 1726773101.49950: worker is 1 (out of 1 available) 7983 1726773101.49962: exiting _queue_task() for managed_node1/shell 7983 1726773101.49974: done queuing things up, now waiting for results queue to drain 7983 1726773101.49975: waiting for pending results... 7983 1726773101.50254: running TaskExecutor() for managed_node1/TASK: Verify no settings 7983 1726773101.50357: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058b 7983 1726773101.50373: variable 'ansible_search_path' from source: unknown 7983 1726773101.50381: variable 'ansible_search_path' from source: unknown 7983 1726773101.50427: calling self._execute() 7983 1726773101.50521: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.50536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.50547: variable 'omit' from source: magic vars 7983 1726773101.50652: variable 'omit' from source: magic vars 7983 1726773101.50695: variable 'omit' from source: magic vars 7983 1726773101.51051: variable '__kernel_settings_profile_filename' from source: role '' exported vars 7983 1726773101.51141: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773101.51239: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773101.51243: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 7983 1726773101.51281: variable 'omit' from source: magic vars 7983 1726773101.51319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773101.51355: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773101.51378: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773101.51400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.51418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.51452: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773101.51461: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.51467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.51551: Set connection var ansible_shell_type to sh 7983 1726773101.51558: Set connection var ansible_timeout to 10 7983 1726773101.51563: Set connection var ansible_connection to ssh 7983 1726773101.51570: Set connection var ansible_pipelining to False 7983 1726773101.51576: Set connection var ansible_shell_executable to /bin/sh 7983 1726773101.51580: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773101.51604: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.51614: variable 'ansible_connection' from source: unknown 7983 1726773101.51625: variable 'ansible_module_compression' from source: unknown 7983 1726773101.51628: variable 'ansible_shell_type' from source: unknown 7983 1726773101.51630: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.51632: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.51634: variable 'ansible_pipelining' from source: unknown 7983 1726773101.51638: variable 'ansible_timeout' from source: unknown 7983 1726773101.51641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.51751: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773101.51759: variable 'omit' from source: magic vars 7983 1726773101.51764: starting attempt loop 7983 1726773101.51767: running the handler 7983 1726773101.51779: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773101.51809: _low_level_execute_command(): starting 7983 1726773101.51821: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773101.52520: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.52535: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.52550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.52568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.52613: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.52626: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773101.52640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.52659: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773101.52673: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773101.52685: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773101.52698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.52715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.52732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.52746: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.52759: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773101.52774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.52850: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.52873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.52890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.53022: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.54699: stdout chunk (state=3): >>>/root <<< 7983 1726773101.54818: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.54885: stderr chunk (state=3): >>><<< 7983 1726773101.54897: stdout chunk (state=3): >>><<< 7983 1726773101.55006: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.55016: _low_level_execute_command(): starting 7983 1726773101.55020: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623 `" && echo ansible-tmp-1726773101.5492504-9226-12265323827623="` echo /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623 `" ) && sleep 0' 7983 1726773101.55571: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.55575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.55612: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.55623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.55684: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.55688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.55822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.57785: stdout chunk (state=3): >>>ansible-tmp-1726773101.5492504-9226-12265323827623=/root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623 <<< 7983 1726773101.57888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.57932: stderr chunk (state=3): >>><<< 7983 1726773101.57935: stdout chunk (state=3): >>><<< 7983 1726773101.57949: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773101.5492504-9226-12265323827623=/root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.57973: variable 'ansible_module_compression' from source: unknown 7983 1726773101.58013: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7983 1726773101.58043: variable 'ansible_facts' from source: unknown 7983 1726773101.58104: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/AnsiballZ_command.py 7983 1726773101.58271: Sending initial data 7983 1726773101.58280: Sent initial data (153 bytes) 7983 1726773101.58865: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.58869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.58906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.58911: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.58958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.58962: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.59068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.60925: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773101.61039: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773101.61054: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7983 1726773101.61066: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7983 1726773101.61192: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmp15rqkw2b /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/AnsiballZ_command.py <<< 7983 1726773101.61290: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773101.62483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.62568: stderr chunk (state=3): >>><<< 7983 1726773101.62571: stdout chunk (state=3): >>><<< 7983 1726773101.62590: done transferring module to remote 7983 1726773101.62598: _low_level_execute_command(): starting 7983 1726773101.62603: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/ /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/AnsiballZ_command.py && sleep 0' 7983 1726773101.63020: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.63024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.63056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.63059: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.63065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.63124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.63128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.63228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.65107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.65146: stderr chunk (state=3): >>><<< 7983 1726773101.65149: stdout chunk (state=3): >>><<< 7983 1726773101.65160: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.65163: _low_level_execute_command(): starting 7983 1726773101.65166: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/AnsiballZ_command.py && sleep 0' 7983 1726773101.65561: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.65573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.65593: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.65605: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.65650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.65662: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.65773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.80364: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:11:41.793351", "end": "2024-09-19 15:11:41.801988", "delta": "0:00:00.008637", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7983 1726773101.81671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773101.81732: stderr chunk (state=3): >>><<< 7983 1726773101.81736: stdout chunk (state=3): >>><<< 7983 1726773101.81752: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:11:41.793351", "end": "2024-09-19 15:11:41.801988", "delta": "0:00:00.008637", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773101.81786: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773101.81793: _low_level_execute_command(): starting 7983 1726773101.81802: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773101.5492504-9226-12265323827623/ > /dev/null 2>&1 && sleep 0' 7983 1726773101.82259: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.82275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.82293: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773101.82307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773101.82317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.82359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.82376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.82482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.84425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.84434: stdout chunk (state=3): >>><<< 7983 1726773101.84444: stderr chunk (state=3): >>><<< 7983 1726773101.84461: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.84471: handler run complete 7983 1726773101.84501: Evaluated conditional (False): False 7983 1726773101.84519: attempt loop complete, returning result 7983 1726773101.84530: _execute() done 7983 1726773101.84537: dumping result to json 7983 1726773101.84545: done dumping result, returning 7983 1726773101.84556: done running TaskExecutor() for managed_node1/TASK: Verify no settings [1239c35c-e2e1-4fbf-0a43-00000000058b] 7983 1726773101.84564: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058b 7983 1726773101.84693: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058b 7983 1726773101.84701: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008637", "end": "2024-09-19 15:11:41.801988", "rc": 0, "start": "2024-09-19 15:11:41.793351" } STDERR: + exec + rc=0 + conf=/etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/kernel_settings/tuned.conf + exit 0 7983 1726773101.84775: no more pending results, returning what we have 7983 1726773101.84778: results queue empty 7983 1726773101.84779: checking for any_errors_fatal 7983 1726773101.84781: done checking for any_errors_fatal 7983 1726773101.84782: checking for max_fail_percentage 7983 1726773101.84783: done checking for max_fail_percentage 7983 1726773101.84784: checking to see if all hosts have failed and the running result is not ok 7983 1726773101.84785: done checking to see if all hosts have failed 7983 1726773101.84786: getting the remaining hosts for this loop 7983 1726773101.84787: done getting the remaining hosts for this loop 7983 1726773101.84791: getting the next task for host managed_node1 7983 1726773101.84797: done getting next task for host managed_node1 7983 1726773101.84800: ^ task is: TASK: Remove kernel_settings tuned profile 7983 1726773101.84804: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773101.84808: getting variables 7983 1726773101.84809: in VariableManager get_vars() 7983 1726773101.84848: Calling all_inventory to load vars for managed_node1 7983 1726773101.84850: Calling groups_inventory to load vars for managed_node1 7983 1726773101.84853: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773101.84864: Calling all_plugins_play to load vars for managed_node1 7983 1726773101.84866: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773101.84869: Calling groups_plugins_play to load vars for managed_node1 7983 1726773101.85033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773101.85296: done with get_vars() 7983 1726773101.85308: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.356) 0:00:30.943 **** 7983 1726773101.85400: entering _queue_task() for managed_node1/file 7983 1726773101.85777: worker is 1 (out of 1 available) 7983 1726773101.85789: exiting _queue_task() for managed_node1/file 7983 1726773101.85801: done queuing things up, now waiting for results queue to drain 7983 1726773101.85802: waiting for pending results... 7983 1726773101.85989: running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile 7983 1726773101.86057: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058c 7983 1726773101.86068: variable 'ansible_search_path' from source: unknown 7983 1726773101.86071: variable 'ansible_search_path' from source: unknown 7983 1726773101.86107: calling self._execute() 7983 1726773101.86175: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.86179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.86190: variable 'omit' from source: magic vars 7983 1726773101.86261: variable 'omit' from source: magic vars 7983 1726773101.86291: variable 'omit' from source: magic vars 7983 1726773101.86312: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773101.86536: variable '__kernel_settings_profile_dir' from source: role '' exported vars 7983 1726773101.86613: variable '__kernel_settings_profile_parent' from source: set_fact 7983 1726773101.86619: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 7983 1726773101.86655: variable 'omit' from source: magic vars 7983 1726773101.86688: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773101.86717: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773101.86733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773101.86747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.86759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773101.86781: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773101.86791: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.86794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.86860: Set connection var ansible_shell_type to sh 7983 1726773101.86865: Set connection var ansible_timeout to 10 7983 1726773101.86873: Set connection var ansible_connection to ssh 7983 1726773101.86883: Set connection var ansible_pipelining to False 7983 1726773101.86888: Set connection var ansible_shell_executable to /bin/sh 7983 1726773101.86893: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773101.86913: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.86916: variable 'ansible_connection' from source: unknown 7983 1726773101.86918: variable 'ansible_module_compression' from source: unknown 7983 1726773101.86920: variable 'ansible_shell_type' from source: unknown 7983 1726773101.86923: variable 'ansible_shell_executable' from source: unknown 7983 1726773101.86925: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773101.86929: variable 'ansible_pipelining' from source: unknown 7983 1726773101.86932: variable 'ansible_timeout' from source: unknown 7983 1726773101.86936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773101.87084: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773101.87093: variable 'omit' from source: magic vars 7983 1726773101.87098: starting attempt loop 7983 1726773101.87101: running the handler 7983 1726773101.87116: _low_level_execute_command(): starting 7983 1726773101.87121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773101.87609: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.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.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.87786: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.87812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.87830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.87961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.89670: stdout chunk (state=3): >>>/root <<< 7983 1726773101.89832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.89866: stderr chunk (state=3): >>><<< 7983 1726773101.89870: stdout chunk (state=3): >>><<< 7983 1726773101.89976: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.89980: _low_level_execute_command(): starting 7983 1726773101.89983: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806 `" && echo ansible-tmp-1726773101.8988857-9240-126496490676806="` echo /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806 `" ) && sleep 0' 7983 1726773101.90576: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.90592: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.90611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.90634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.90679: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.90699: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773101.90718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.90739: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773101.90755: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773101.90772: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773101.90786: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773101.90802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.90822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773101.90836: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773101.90850: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773101.90868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.90947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.90974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.90997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.91135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.93172: stdout chunk (state=3): >>>ansible-tmp-1726773101.8988857-9240-126496490676806=/root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806 <<< 7983 1726773101.93286: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.93359: stderr chunk (state=3): >>><<< 7983 1726773101.93370: stdout chunk (state=3): >>><<< 7983 1726773101.93414: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773101.8988857-9240-126496490676806=/root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773101.93712: variable 'ansible_module_compression' from source: unknown 7983 1726773101.93715: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7983 1726773101.93718: variable 'ansible_facts' from source: unknown 7983 1726773101.93720: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/AnsiballZ_file.py 7983 1726773101.93782: Sending initial data 7983 1726773101.93786: Sent initial data (151 bytes) 7983 1726773101.94615: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.94619: 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 <<< 7983 1726773101.94651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.94655: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.94657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.94708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.94721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.94825: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773101.96678: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773101.96775: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773101.96884: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpbfxwuwlm /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/AnsiballZ_file.py <<< 7983 1726773101.96973: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773101.98269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773101.98362: stderr chunk (state=3): >>><<< 7983 1726773101.98365: stdout chunk (state=3): >>><<< 7983 1726773101.98372: done transferring module to remote 7983 1726773101.98429: _low_level_execute_command(): starting 7983 1726773101.98432: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/ /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/AnsiballZ_file.py && sleep 0' 7983 1726773101.98800: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773101.98806: 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 <<< 7983 1726773101.98839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.98842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773101.98845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773101.98899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773101.98904: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773101.98907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773101.99009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.00859: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.00938: stderr chunk (state=3): >>><<< 7983 1726773102.00941: stdout chunk (state=3): >>><<< 7983 1726773102.01029: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.01033: _low_level_execute_command(): starting 7983 1726773102.01035: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/AnsiballZ_file.py && sleep 0' 7983 1726773102.01589: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.01605: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.01620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.01639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.01680: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.01696: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773102.01716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.01735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773102.01748: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773102.01760: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773102.01773: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.01791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.01812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.01825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.01836: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773102.01850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.01929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.01950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.01965: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.02101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.16339: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7983 1726773102.17545: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.17548: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 7983 1726773102.17601: stderr chunk (state=3): >>><<< 7983 1726773102.17607: stdout chunk (state=3): >>><<< 7983 1726773102.17624: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773102.17659: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773102.17667: _low_level_execute_command(): starting 7983 1726773102.17671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773101.8988857-9240-126496490676806/ > /dev/null 2>&1 && sleep 0' 7983 1726773102.18127: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.18131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.18164: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.18167: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.18173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.18217: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.18229: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.18335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.20233: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.20276: stderr chunk (state=3): >>><<< 7983 1726773102.20282: stdout chunk (state=3): >>><<< 7983 1726773102.20292: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.20298: handler run complete 7983 1726773102.20319: attempt loop complete, returning result 7983 1726773102.20322: _execute() done 7983 1726773102.20328: dumping result to json 7983 1726773102.20334: done dumping result, returning 7983 1726773102.20343: done running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile [1239c35c-e2e1-4fbf-0a43-00000000058c] 7983 1726773102.20347: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058c 7983 1726773102.20454: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058c 7983 1726773102.20458: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "path": "/etc/tuned/kernel_settings", "state": "absent" } 7983 1726773102.20536: no more pending results, returning what we have 7983 1726773102.20540: results queue empty 7983 1726773102.20540: checking for any_errors_fatal 7983 1726773102.20548: done checking for any_errors_fatal 7983 1726773102.20549: checking for max_fail_percentage 7983 1726773102.20551: done checking for max_fail_percentage 7983 1726773102.20552: checking to see if all hosts have failed and the running result is not ok 7983 1726773102.20552: done checking to see if all hosts have failed 7983 1726773102.20553: getting the remaining hosts for this loop 7983 1726773102.20555: done getting the remaining hosts for this loop 7983 1726773102.20558: getting the next task for host managed_node1 7983 1726773102.20564: done getting next task for host managed_node1 7983 1726773102.20566: ^ task is: TASK: Get active_profile 7983 1726773102.20571: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773102.20574: getting variables 7983 1726773102.20576: in VariableManager get_vars() 7983 1726773102.20619: Calling all_inventory to load vars for managed_node1 7983 1726773102.20622: Calling groups_inventory to load vars for managed_node1 7983 1726773102.20625: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773102.20634: Calling all_plugins_play to load vars for managed_node1 7983 1726773102.20636: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773102.20638: Calling groups_plugins_play to load vars for managed_node1 7983 1726773102.20839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773102.21057: done with get_vars() 7983 1726773102.21068: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 15:11:42 -0400 (0:00:00.357) 0:00:31.301 **** 7983 1726773102.21175: entering _queue_task() for managed_node1/slurp 7983 1726773102.21424: worker is 1 (out of 1 available) 7983 1726773102.21435: exiting _queue_task() for managed_node1/slurp 7983 1726773102.21448: done queuing things up, now waiting for results queue to drain 7983 1726773102.21449: waiting for pending results... 7983 1726773102.21759: running TaskExecutor() for managed_node1/TASK: Get active_profile 7983 1726773102.21876: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058d 7983 1726773102.21889: variable 'ansible_search_path' from source: unknown 7983 1726773102.21893: variable 'ansible_search_path' from source: unknown 7983 1726773102.21939: calling self._execute() 7983 1726773102.22023: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.22027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.22036: variable 'omit' from source: magic vars 7983 1726773102.22126: variable 'omit' from source: magic vars 7983 1726773102.22156: variable 'omit' from source: magic vars 7983 1726773102.22177: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 7983 1726773102.22400: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 7983 1726773102.22459: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 7983 1726773102.22490: variable 'omit' from source: magic vars 7983 1726773102.22533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773102.22562: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773102.22629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773102.22645: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773102.22654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773102.22678: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773102.22685: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.22688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.22754: Set connection var ansible_shell_type to sh 7983 1726773102.22760: Set connection var ansible_timeout to 10 7983 1726773102.22766: Set connection var ansible_connection to ssh 7983 1726773102.22774: Set connection var ansible_pipelining to False 7983 1726773102.22781: Set connection var ansible_shell_executable to /bin/sh 7983 1726773102.22786: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773102.22804: variable 'ansible_shell_executable' from source: unknown 7983 1726773102.22809: variable 'ansible_connection' from source: unknown 7983 1726773102.22812: variable 'ansible_module_compression' from source: unknown 7983 1726773102.22814: variable 'ansible_shell_type' from source: unknown 7983 1726773102.22816: variable 'ansible_shell_executable' from source: unknown 7983 1726773102.22818: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.22822: variable 'ansible_pipelining' from source: unknown 7983 1726773102.22824: variable 'ansible_timeout' from source: unknown 7983 1726773102.22828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.22972: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7983 1726773102.22982: variable 'omit' from source: magic vars 7983 1726773102.22988: starting attempt loop 7983 1726773102.22994: running the handler 7983 1726773102.23007: _low_level_execute_command(): starting 7983 1726773102.23015: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773102.23493: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.23511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.23524: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.23543: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.23589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.23607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.23706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.25418: stdout chunk (state=3): >>>/root <<< 7983 1726773102.25552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.25590: stderr chunk (state=3): >>><<< 7983 1726773102.25600: stdout chunk (state=3): >>><<< 7983 1726773102.25628: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.25647: _low_level_execute_command(): starting 7983 1726773102.25658: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681 `" && echo ansible-tmp-1726773102.2563398-9256-69313549473681="` echo /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681 `" ) && sleep 0' 7983 1726773102.26263: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.26280: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.26297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.26318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.26362: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.26387: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773102.26405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.26426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773102.26441: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773102.26454: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773102.26467: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.26483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.26500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.26517: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.26530: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773102.26545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.26629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.26651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.26666: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.26802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.28812: stdout chunk (state=3): >>>ansible-tmp-1726773102.2563398-9256-69313549473681=/root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681 <<< 7983 1726773102.28942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.28995: stderr chunk (state=3): >>><<< 7983 1726773102.29008: stdout chunk (state=3): >>><<< 7983 1726773102.29124: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773102.2563398-9256-69313549473681=/root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.29128: variable 'ansible_module_compression' from source: unknown 7983 1726773102.29312: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 7983 1726773102.29316: variable 'ansible_facts' from source: unknown 7983 1726773102.29318: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/AnsiballZ_slurp.py 7983 1726773102.29396: Sending initial data 7983 1726773102.29399: Sent initial data (151 bytes) 7983 1726773102.30248: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.30271: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.30275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.30310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.30315: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.30327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.30376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.30385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.30484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.32323: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773102.32424: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773102.32523: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpfj2o5m0_ /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/AnsiballZ_slurp.py <<< 7983 1726773102.32616: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773102.33883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.34009: stderr chunk (state=3): >>><<< 7983 1726773102.34013: stdout chunk (state=3): >>><<< 7983 1726773102.34015: done transferring module to remote 7983 1726773102.34025: _low_level_execute_command(): starting 7983 1726773102.34030: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/ /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/AnsiballZ_slurp.py && sleep 0' 7983 1726773102.34459: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.34462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.34497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.34502: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773102.34504: 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 <<< 7983 1726773102.34511: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.34557: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.34560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.34665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.36540: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.36596: stderr chunk (state=3): >>><<< 7983 1726773102.36601: stdout chunk (state=3): >>><<< 7983 1726773102.36616: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.36619: _low_level_execute_command(): starting 7983 1726773102.36624: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/AnsiballZ_slurp.py && sleep 0' 7983 1726773102.37199: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.37215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.37229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.37251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.37293: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.37306: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773102.37320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.37339: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773102.37350: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773102.37365: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773102.37376: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.37392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.37408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.37421: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.37432: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773102.37445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.37526: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.37550: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.37566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.37715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.51239: 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"}}} <<< 7983 1726773102.52252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773102.52309: stderr chunk (state=3): >>><<< 7983 1726773102.52312: stdout chunk (state=3): >>><<< 7983 1726773102.52328: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773102.52352: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773102.52360: _low_level_execute_command(): starting 7983 1726773102.52365: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773102.2563398-9256-69313549473681/ > /dev/null 2>&1 && sleep 0' 7983 1726773102.52818: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.52821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.52856: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.52859: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.52865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.52908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.52922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.53033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.54901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.54943: stderr chunk (state=3): >>><<< 7983 1726773102.54946: stdout chunk (state=3): >>><<< 7983 1726773102.54959: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.54965: handler run complete 7983 1726773102.54983: attempt loop complete, returning result 7983 1726773102.54986: _execute() done 7983 1726773102.54989: dumping result to json 7983 1726773102.54991: done dumping result, returning 7983 1726773102.54996: done running TaskExecutor() for managed_node1/TASK: Get active_profile [1239c35c-e2e1-4fbf-0a43-00000000058d] 7983 1726773102.55006: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058d 7983 1726773102.55099: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058d 7983 1726773102.55103: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 7983 1726773102.55158: no more pending results, returning what we have 7983 1726773102.55161: results queue empty 7983 1726773102.55162: checking for any_errors_fatal 7983 1726773102.55169: done checking for any_errors_fatal 7983 1726773102.55170: checking for max_fail_percentage 7983 1726773102.55172: done checking for max_fail_percentage 7983 1726773102.55173: checking to see if all hosts have failed and the running result is not ok 7983 1726773102.55173: done checking to see if all hosts have failed 7983 1726773102.55174: getting the remaining hosts for this loop 7983 1726773102.55175: done getting the remaining hosts for this loop 7983 1726773102.55181: getting the next task for host managed_node1 7983 1726773102.55187: done getting next task for host managed_node1 7983 1726773102.55190: ^ task is: TASK: Ensure kernel_settings is not in active_profile 7983 1726773102.55193: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773102.55196: getting variables 7983 1726773102.55198: in VariableManager get_vars() 7983 1726773102.55236: Calling all_inventory to load vars for managed_node1 7983 1726773102.55239: Calling groups_inventory to load vars for managed_node1 7983 1726773102.55241: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773102.55252: Calling all_plugins_play to load vars for managed_node1 7983 1726773102.55254: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773102.55257: Calling groups_plugins_play to load vars for managed_node1 7983 1726773102.55390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773102.55629: done with get_vars() 7983 1726773102.55640: done getting variables 7983 1726773102.55703: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 15:11:42 -0400 (0:00:00.345) 0:00:31.647 **** 7983 1726773102.55734: entering _queue_task() for managed_node1/copy 7983 1726773102.55976: worker is 1 (out of 1 available) 7983 1726773102.55990: exiting _queue_task() for managed_node1/copy 7983 1726773102.56005: done queuing things up, now waiting for results queue to drain 7983 1726773102.56007: waiting for pending results... 7983 1726773102.56300: running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile 7983 1726773102.56416: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058e 7983 1726773102.56435: variable 'ansible_search_path' from source: unknown 7983 1726773102.56445: variable 'ansible_search_path' from source: unknown 7983 1726773102.56493: calling self._execute() 7983 1726773102.56595: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.56608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.56623: variable 'omit' from source: magic vars 7983 1726773102.56734: variable 'omit' from source: magic vars 7983 1726773102.56766: variable 'omit' from source: magic vars 7983 1726773102.56810: variable '__active_profile' from source: task vars 7983 1726773102.57038: variable '__active_profile' from source: task vars 7983 1726773102.57188: variable '__cur_profile' from source: task vars 7983 1726773102.57288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7983 1726773102.59081: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7983 1726773102.59144: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7983 1726773102.59202: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7983 1726773102.59243: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7983 1726773102.59273: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7983 1726773102.59354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7983 1726773102.59392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7983 1726773102.59426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7983 1726773102.59471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7983 1726773102.59493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7983 1726773102.59599: variable '__kernel_settings_tuned_current_profile' from source: set_fact 7983 1726773102.59650: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 7983 1726773102.59722: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 7983 1726773102.59797: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 7983 1726773102.59829: variable 'omit' from source: magic vars 7983 1726773102.59858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773102.59893: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773102.59917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773102.59937: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773102.59952: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773102.59985: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773102.59994: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.60002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.60108: Set connection var ansible_shell_type to sh 7983 1726773102.60122: Set connection var ansible_timeout to 10 7983 1726773102.60132: Set connection var ansible_connection to ssh 7983 1726773102.60146: Set connection var ansible_pipelining to False 7983 1726773102.60155: Set connection var ansible_shell_executable to /bin/sh 7983 1726773102.60163: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773102.60193: variable 'ansible_shell_executable' from source: unknown 7983 1726773102.60202: variable 'ansible_connection' from source: unknown 7983 1726773102.60211: variable 'ansible_module_compression' from source: unknown 7983 1726773102.60218: variable 'ansible_shell_type' from source: unknown 7983 1726773102.60224: variable 'ansible_shell_executable' from source: unknown 7983 1726773102.60230: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773102.60238: variable 'ansible_pipelining' from source: unknown 7983 1726773102.60244: variable 'ansible_timeout' from source: unknown 7983 1726773102.60251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773102.60356: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773102.60372: variable 'omit' from source: magic vars 7983 1726773102.60385: starting attempt loop 7983 1726773102.60392: running the handler 7983 1726773102.60413: _low_level_execute_command(): starting 7983 1726773102.60425: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773102.61146: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.61163: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.61184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.61206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.61250: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.61263: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773102.61282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.61302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773102.61320: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773102.61333: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773102.61347: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.61361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.61381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.61396: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.61412: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773102.61434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.61513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.61531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.61547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.61686: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.63374: stdout chunk (state=3): >>>/root <<< 7983 1726773102.63556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.63560: stdout chunk (state=3): >>><<< 7983 1726773102.63562: stderr chunk (state=3): >>><<< 7983 1726773102.63610: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.63613: _low_level_execute_command(): starting 7983 1726773102.63616: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265 `" && echo ansible-tmp-1726773102.6358323-9272-124627022759265="` echo /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265 `" ) && sleep 0' 7983 1726773102.64241: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773102.64255: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.64271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.64289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.64334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.64351: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773102.64365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.64382: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773102.64395: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773102.64408: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773102.64421: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.64435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.64455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.64467: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.64479: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773102.64494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.64573: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.64590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.64607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.64759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.66764: stdout chunk (state=3): >>>ansible-tmp-1726773102.6358323-9272-124627022759265=/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265 <<< 7983 1726773102.66869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.66945: stderr chunk (state=3): >>><<< 7983 1726773102.66959: stdout chunk (state=3): >>><<< 7983 1726773102.67010: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773102.6358323-9272-124627022759265=/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.67110: variable 'ansible_module_compression' from source: unknown 7983 1726773102.67209: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773102.67213: variable 'ansible_facts' from source: unknown 7983 1726773102.67271: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_stat.py 7983 1726773102.67399: Sending initial data 7983 1726773102.67402: Sent initial data (151 bytes) 7983 1726773102.68318: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.68322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.68361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.68365: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.68367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.68422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.68426: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.68429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.68528: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.70415: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773102.70508: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773102.70607: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpfdgatybu /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_stat.py <<< 7983 1726773102.70694: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773102.71692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.71810: stderr chunk (state=3): >>><<< 7983 1726773102.71813: stdout chunk (state=3): >>><<< 7983 1726773102.71817: done transferring module to remote 7983 1726773102.71819: _low_level_execute_command(): starting 7983 1726773102.71821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/ /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_stat.py && sleep 0' 7983 1726773102.72228: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.72232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.72267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.72270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.72273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.72323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.72327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.72429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.74321: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.74365: stderr chunk (state=3): >>><<< 7983 1726773102.74367: stdout chunk (state=3): >>><<< 7983 1726773102.74410: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.74413: _low_level_execute_command(): starting 7983 1726773102.74415: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_stat.py && sleep 0' 7983 1726773102.74807: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.74810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.74842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773102.74846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.74848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773102.74850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.74905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.74911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773102.74913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.75018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.89801: 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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773102.5092862, "mtime": 1726773099.845276, "ctime": 1726773099.845276, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773102.91128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773102.91177: stderr chunk (state=3): >>><<< 7983 1726773102.91181: stdout chunk (state=3): >>><<< 7983 1726773102.91197: _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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726773102.5092862, "mtime": 1726773099.845276, "ctime": 1726773099.845276, "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": "1495826714", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773102.91241: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773102.91335: Sending initial data 7983 1726773102.91339: Sent initial data (139 bytes) 7983 1726773102.91990: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.91994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.92030: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.92033: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.92035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.92089: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.92092: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.92199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.94076: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773102.94185: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773102.94188: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7983 1726773102.94196: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7983 1726773102.94305: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/.lsxx03rc /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.source <<< 7983 1726773102.94402: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773102.94807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.94893: stderr chunk (state=3): >>><<< 7983 1726773102.94898: stdout chunk (state=3): >>><<< 7983 1726773102.94917: _low_level_execute_command(): starting 7983 1726773102.94920: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/ /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.source && sleep 0' 7983 1726773102.95342: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773102.95348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.95375: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.95391: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.95437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.95449: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.95561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773102.97447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773102.97488: stderr chunk (state=3): >>><<< 7983 1726773102.97491: stdout chunk (state=3): >>><<< 7983 1726773102.97504: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773102.97525: variable 'ansible_module_compression' from source: unknown 7983 1726773102.97562: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773102.97580: variable 'ansible_facts' from source: unknown 7983 1726773102.97627: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_copy.py 7983 1726773102.97722: Sending initial data 7983 1726773102.97726: Sent initial data (151 bytes) 7983 1726773102.98344: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.98348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773102.98378: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773102.98382: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.98384: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773102.98386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773102.98438: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773102.98442: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773102.98548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.00420: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 7983 1726773103.00425: 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 <<< 7983 1726773103.00513: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773103.00609: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpo4jd8is3 /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_copy.py <<< 7983 1726773103.00750: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773103.01804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.01892: stderr chunk (state=3): >>><<< 7983 1726773103.01896: stdout chunk (state=3): >>><<< 7983 1726773103.01912: done transferring module to remote 7983 1726773103.01921: _low_level_execute_command(): starting 7983 1726773103.01925: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/ /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_copy.py && sleep 0' 7983 1726773103.02346: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.02351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.02381: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.02384: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.02387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.02441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.02444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.02548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.04426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.04465: stderr chunk (state=3): >>><<< 7983 1726773103.04468: stdout chunk (state=3): >>><<< 7983 1726773103.04482: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.04489: _low_level_execute_command(): starting 7983 1726773103.04493: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/AnsiballZ_copy.py && sleep 0' 7983 1726773103.04894: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.04910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.04926: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773103.04942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.04990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.05008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.05110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.19330: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.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-1726773102.6358323-9272-124627022759265/.source", "_original_basename": ".lsxx03rc", "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}}} <<< 7983 1726773103.20473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773103.20541: stderr chunk (state=3): >>><<< 7983 1726773103.20544: stdout chunk (state=3): >>><<< 7983 1726773103.20559: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.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-1726773102.6358323-9272-124627022759265/.source", "_original_basename": ".lsxx03rc", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773103.20587: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.source', '_original_basename': '.lsxx03rc', '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-1726773102.6358323-9272-124627022759265/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773103.20597: _low_level_execute_command(): starting 7983 1726773103.20601: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/ > /dev/null 2>&1 && sleep 0' 7983 1726773103.21040: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.21043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.21074: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773103.21081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.21083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.21132: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.21136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.21240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.23132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.23199: stderr chunk (state=3): >>><<< 7983 1726773103.23208: stdout chunk (state=3): >>><<< 7983 1726773103.23609: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.23613: handler run complete 7983 1726773103.23616: attempt loop complete, returning result 7983 1726773103.23618: _execute() done 7983 1726773103.23620: dumping result to json 7983 1726773103.23622: done dumping result, returning 7983 1726773103.23624: done running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile [1239c35c-e2e1-4fbf-0a43-00000000058e] 7983 1726773103.23626: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058e 7983 1726773103.23730: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058e 7983 1726773103.23733: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726773102.6358323-9272-124627022759265/.source", "state": "file", "uid": 0 } 7983 1726773103.23807: no more pending results, returning what we have 7983 1726773103.23811: results queue empty 7983 1726773103.23812: checking for any_errors_fatal 7983 1726773103.23820: done checking for any_errors_fatal 7983 1726773103.23821: checking for max_fail_percentage 7983 1726773103.23822: done checking for max_fail_percentage 7983 1726773103.23823: checking to see if all hosts have failed and the running result is not ok 7983 1726773103.23824: done checking to see if all hosts have failed 7983 1726773103.23825: getting the remaining hosts for this loop 7983 1726773103.23826: done getting the remaining hosts for this loop 7983 1726773103.23830: getting the next task for host managed_node1 7983 1726773103.23836: done getting next task for host managed_node1 7983 1726773103.23838: ^ task is: TASK: Set profile_mode to auto 7983 1726773103.23843: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773103.23848: getting variables 7983 1726773103.23849: in VariableManager get_vars() 7983 1726773103.23886: Calling all_inventory to load vars for managed_node1 7983 1726773103.23889: Calling groups_inventory to load vars for managed_node1 7983 1726773103.23892: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773103.23902: Calling all_plugins_play to load vars for managed_node1 7983 1726773103.23911: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773103.23915: Calling groups_plugins_play to load vars for managed_node1 7983 1726773103.24096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773103.24318: done with get_vars() 7983 1726773103.24330: done getting variables 7983 1726773103.24398: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 15:11:43 -0400 (0:00:00.686) 0:00:32.334 **** 7983 1726773103.24429: entering _queue_task() for managed_node1/copy 7983 1726773103.24695: worker is 1 (out of 1 available) 7983 1726773103.24709: exiting _queue_task() for managed_node1/copy 7983 1726773103.24721: done queuing things up, now waiting for results queue to drain 7983 1726773103.24723: waiting for pending results... 7983 1726773103.25020: running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto 7983 1726773103.25141: in run() - task 1239c35c-e2e1-4fbf-0a43-00000000058f 7983 1726773103.25163: variable 'ansible_search_path' from source: unknown 7983 1726773103.25174: variable 'ansible_search_path' from source: unknown 7983 1726773103.25219: calling self._execute() 7983 1726773103.25325: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.25342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.25357: variable 'omit' from source: magic vars 7983 1726773103.25472: variable 'omit' from source: magic vars 7983 1726773103.25526: variable 'omit' from source: magic vars 7983 1726773103.25569: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 7983 1726773103.25885: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 7983 1726773103.25977: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 7983 1726773103.26446: variable 'omit' from source: magic vars 7983 1726773103.26492: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773103.26528: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773103.26543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773103.26555: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773103.26565: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773103.26593: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773103.26596: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.26599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.26671: Set connection var ansible_shell_type to sh 7983 1726773103.26678: Set connection var ansible_timeout to 10 7983 1726773103.26687: Set connection var ansible_connection to ssh 7983 1726773103.26697: Set connection var ansible_pipelining to False 7983 1726773103.26705: Set connection var ansible_shell_executable to /bin/sh 7983 1726773103.26709: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773103.26725: variable 'ansible_shell_executable' from source: unknown 7983 1726773103.26729: variable 'ansible_connection' from source: unknown 7983 1726773103.26731: variable 'ansible_module_compression' from source: unknown 7983 1726773103.26734: variable 'ansible_shell_type' from source: unknown 7983 1726773103.26736: variable 'ansible_shell_executable' from source: unknown 7983 1726773103.26738: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.26741: variable 'ansible_pipelining' from source: unknown 7983 1726773103.26745: variable 'ansible_timeout' from source: unknown 7983 1726773103.26749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.26851: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773103.26860: variable 'omit' from source: magic vars 7983 1726773103.26863: starting attempt loop 7983 1726773103.26866: running the handler 7983 1726773103.26878: _low_level_execute_command(): starting 7983 1726773103.26886: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773103.27368: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.27388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.27401: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7983 1726773103.27418: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.27462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.27474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.27581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.29255: stdout chunk (state=3): >>>/root <<< 7983 1726773103.29359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.29406: stderr chunk (state=3): >>><<< 7983 1726773103.29411: stdout chunk (state=3): >>><<< 7983 1726773103.29428: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.29438: _low_level_execute_command(): starting 7983 1726773103.29443: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223 `" && echo ansible-tmp-1726773103.294269-9304-13966978625223="` echo /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223 `" ) && sleep 0' 7983 1726773103.29859: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773103.29881: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.29885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.29888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.29925: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.29935: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773103.29939: 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 <<< 7983 1726773103.29941: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.29989: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.29996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.30094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.32012: stdout chunk (state=3): >>>ansible-tmp-1726773103.294269-9304-13966978625223=/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223 <<< 7983 1726773103.32196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.32200: stdout chunk (state=3): >>><<< 7983 1726773103.32202: stderr chunk (state=3): >>><<< 7983 1726773103.32548: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773103.294269-9304-13966978625223=/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.32552: variable 'ansible_module_compression' from source: unknown 7983 1726773103.32554: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7983 1726773103.32556: variable 'ansible_facts' from source: unknown 7983 1726773103.32558: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_stat.py 7983 1726773103.32608: Sending initial data 7983 1726773103.32611: Sent initial data (149 bytes) 7983 1726773103.33316: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.33323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.33370: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.33374: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.33376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.33428: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.33432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.33535: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.35337: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773103.35419: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7983 1726773103.35430: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7983 1726773103.35440: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7983 1726773103.35560: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpkavgf89j /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_stat.py <<< 7983 1726773103.35669: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773103.36947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.37085: stderr chunk (state=3): >>><<< 7983 1726773103.37087: stdout chunk (state=3): >>><<< 7983 1726773103.37089: done transferring module to remote 7983 1726773103.37092: _low_level_execute_command(): starting 7983 1726773103.37093: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/ /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_stat.py && sleep 0' 7983 1726773103.37501: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.37511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.37544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.37561: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.37565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.37609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.37626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.37724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.39580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.39623: stderr chunk (state=3): >>><<< 7983 1726773103.39629: stdout chunk (state=3): >>><<< 7983 1726773103.39644: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.39647: _low_level_execute_command(): starting 7983 1726773103.39650: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_stat.py && sleep 0' 7983 1726773103.40045: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.40050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.40097: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.40100: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.40103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773103.40107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.40158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.40162: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.40271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.54784: 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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773099.845276, "ctime": 1726773099.845276, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7983 1726773103.56130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773103.56134: stdout chunk (state=3): >>><<< 7983 1726773103.56136: stderr chunk (state=3): >>><<< 7983 1726773103.56155: _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": 190841090, "dev": 51713, "nlink": 1, "atime": 1726773085.5382223, "mtime": 1726773099.845276, "ctime": 1726773099.845276, "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": "871658597", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773103.56245: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7983 1726773103.56391: Sending initial data 7983 1726773103.56394: Sent initial data (137 bytes) 7983 1726773103.57474: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.57481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.57534: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.57538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773103.57540: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.57543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.57545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.57598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.57617: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773103.57625: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.57745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.59615: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773103.59706: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773103.59807: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/.wpyr6gwz /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.source <<< 7983 1726773103.59894: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773103.60291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.60426: stderr chunk (state=3): >>><<< 7983 1726773103.60429: stdout chunk (state=3): >>><<< 7983 1726773103.60446: _low_level_execute_command(): starting 7983 1726773103.60451: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/ /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.source && sleep 0' 7983 1726773103.61034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773103.61044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.61055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.61070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.61112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773103.61120: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773103.61129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.61144: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773103.61152: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773103.61158: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773103.61166: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.61175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.61191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.61199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773103.61201: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773103.61218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.61290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.61308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773103.61320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.61445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.63356: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.63430: stdout chunk (state=3): >>><<< 7983 1726773103.63437: stderr chunk (state=3): >>><<< 7983 1726773103.63626: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.63654: variable 'ansible_module_compression' from source: unknown 7983 1726773103.63708: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 7983 1726773103.63730: variable 'ansible_facts' from source: unknown 7983 1726773103.63800: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_copy.py 7983 1726773103.64034: Sending initial data 7983 1726773103.64038: Sent initial data (149 bytes) 7983 1726773103.65026: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.65030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.65057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.65098: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773103.65101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.65106: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.65111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773103.65114: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.65161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.65165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.65268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.67116: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 7983 1726773103.67120: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773103.67206: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773103.67301: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpuuzujeab /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_copy.py <<< 7983 1726773103.67395: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773103.68404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.68486: stderr chunk (state=3): >>><<< 7983 1726773103.68489: stdout chunk (state=3): >>><<< 7983 1726773103.68505: done transferring module to remote 7983 1726773103.68512: _low_level_execute_command(): starting 7983 1726773103.68517: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/ /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_copy.py && sleep 0' 7983 1726773103.68925: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.68931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.68960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773103.68973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.68986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.69028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.69040: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.69146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.71007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.71047: stderr chunk (state=3): >>><<< 7983 1726773103.71051: stdout chunk (state=3): >>><<< 7983 1726773103.71062: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.71065: _low_level_execute_command(): starting 7983 1726773103.71070: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/AnsiballZ_copy.py && sleep 0' 7983 1726773103.71470: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.71476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.71510: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.71523: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.71570: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.71589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.71694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.86078: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.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-1726773103.294269-9304-13966978625223/.source", "_original_basename": ".wpyr6gwz", "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}}} <<< 7983 1726773103.87181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773103.87233: stderr chunk (state=3): >>><<< 7983 1726773103.87236: stdout chunk (state=3): >>><<< 7983 1726773103.87250: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.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-1726773103.294269-9304-13966978625223/.source", "_original_basename": ".wpyr6gwz", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773103.87274: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.source', '_original_basename': '.wpyr6gwz', '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-1726773103.294269-9304-13966978625223/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773103.87283: _low_level_execute_command(): starting 7983 1726773103.87288: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/ > /dev/null 2>&1 && sleep 0' 7983 1726773103.87839: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7983 1726773103.87848: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.87858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.87874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.87912: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773103.87920: stderr chunk (state=3): >>>debug2: match not found <<< 7983 1726773103.87930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.87945: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7983 1726773103.87953: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 7983 1726773103.87959: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7983 1726773103.87968: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7983 1726773103.87979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.87989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.87996: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 7983 1726773103.88005: stderr chunk (state=3): >>>debug2: match found <<< 7983 1726773103.88015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.88086: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.88104: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773103.88116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.88236: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.90088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.90134: stderr chunk (state=3): >>><<< 7983 1726773103.90138: stdout chunk (state=3): >>><<< 7983 1726773103.90150: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.90157: handler run complete 7983 1726773103.90175: attempt loop complete, returning result 7983 1726773103.90181: _execute() done 7983 1726773103.90183: dumping result to json 7983 1726773103.90185: done dumping result, returning 7983 1726773103.90193: done running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto [1239c35c-e2e1-4fbf-0a43-00000000058f] 7983 1726773103.90197: sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058f 7983 1726773103.90296: done sending task result for task 1239c35c-e2e1-4fbf-0a43-00000000058f 7983 1726773103.90299: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726773103.294269-9304-13966978625223/.source", "state": "file", "uid": 0 } 7983 1726773103.90370: no more pending results, returning what we have 7983 1726773103.90374: results queue empty 7983 1726773103.90375: checking for any_errors_fatal 7983 1726773103.90384: done checking for any_errors_fatal 7983 1726773103.90385: checking for max_fail_percentage 7983 1726773103.90387: done checking for max_fail_percentage 7983 1726773103.90388: checking to see if all hosts have failed and the running result is not ok 7983 1726773103.90389: done checking to see if all hosts have failed 7983 1726773103.90389: getting the remaining hosts for this loop 7983 1726773103.90391: done getting the remaining hosts for this loop 7983 1726773103.90395: getting the next task for host managed_node1 7983 1726773103.90400: done getting next task for host managed_node1 7983 1726773103.90402: ^ task is: TASK: Restart tuned 7983 1726773103.90411: ^ state is: HOST STATE: block=2, task=20, 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 7983 1726773103.90415: getting variables 7983 1726773103.90416: in VariableManager get_vars() 7983 1726773103.90450: Calling all_inventory to load vars for managed_node1 7983 1726773103.90453: Calling groups_inventory to load vars for managed_node1 7983 1726773103.90455: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773103.90465: Calling all_plugins_play to load vars for managed_node1 7983 1726773103.90467: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773103.90469: Calling groups_plugins_play to load vars for managed_node1 7983 1726773103.91009: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773103.91222: done with get_vars() 7983 1726773103.91233: done getting variables 7983 1726773103.91297: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 15:11:43 -0400 (0:00:00.668) 0:00:33.003 **** 7983 1726773103.91326: entering _queue_task() for managed_node1/service 7983 1726773103.91574: worker is 1 (out of 1 available) 7983 1726773103.91590: exiting _queue_task() for managed_node1/service 7983 1726773103.91602: done queuing things up, now waiting for results queue to drain 7983 1726773103.91608: waiting for pending results... 7983 1726773103.91897: running TaskExecutor() for managed_node1/TASK: Restart tuned 7983 1726773103.92024: in run() - task 1239c35c-e2e1-4fbf-0a43-000000000590 7983 1726773103.92046: variable 'ansible_search_path' from source: unknown 7983 1726773103.92059: variable 'ansible_search_path' from source: unknown 7983 1726773103.92114: variable '__kernel_settings_services' from source: include_vars 7983 1726773103.92469: variable '__kernel_settings_services' from source: include_vars 7983 1726773103.92530: variable 'omit' from source: magic vars 7983 1726773103.92630: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.92637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.92647: variable 'omit' from source: magic vars 7983 1726773103.92701: variable 'omit' from source: magic vars 7983 1726773103.92728: variable 'omit' from source: magic vars 7983 1726773103.92756: variable 'item' from source: unknown 7983 1726773103.92817: variable 'item' from source: unknown 7983 1726773103.92837: variable 'omit' from source: magic vars 7983 1726773103.92868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7983 1726773103.92895: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7983 1726773103.92913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7983 1726773103.92927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773103.92938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7983 1726773103.92961: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7983 1726773103.92964: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.92967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.93034: Set connection var ansible_shell_type to sh 7983 1726773103.93043: Set connection var ansible_timeout to 10 7983 1726773103.93051: Set connection var ansible_connection to ssh 7983 1726773103.93059: Set connection var ansible_pipelining to False 7983 1726773103.93064: Set connection var ansible_shell_executable to /bin/sh 7983 1726773103.93069: Set connection var ansible_module_compression to ZIP_DEFLATED 7983 1726773103.93084: variable 'ansible_shell_executable' from source: unknown 7983 1726773103.93087: variable 'ansible_connection' from source: unknown 7983 1726773103.93090: variable 'ansible_module_compression' from source: unknown 7983 1726773103.93092: variable 'ansible_shell_type' from source: unknown 7983 1726773103.93094: variable 'ansible_shell_executable' from source: unknown 7983 1726773103.93097: variable 'ansible_host' from source: host vars for 'managed_node1' 7983 1726773103.93099: variable 'ansible_pipelining' from source: unknown 7983 1726773103.93101: variable 'ansible_timeout' from source: unknown 7983 1726773103.93107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7983 1726773103.93212: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7983 1726773103.93221: variable 'omit' from source: magic vars 7983 1726773103.93226: starting attempt loop 7983 1726773103.93229: running the handler 7983 1726773103.93299: variable 'ansible_facts' from source: unknown 7983 1726773103.93383: _low_level_execute_command(): starting 7983 1726773103.93389: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7983 1726773103.93859: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.93875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.93888: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.93900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 7983 1726773103.93919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.93956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.93968: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.94079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.95759: stdout chunk (state=3): >>>/root <<< 7983 1726773103.95857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.95909: stderr chunk (state=3): >>><<< 7983 1726773103.95912: stdout chunk (state=3): >>><<< 7983 1726773103.95930: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.95940: _low_level_execute_command(): starting 7983 1726773103.95946: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915 `" && echo ansible-tmp-1726773103.9592853-9338-89522137547915="` echo /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915 `" ) && sleep 0' 7983 1726773103.96367: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.96371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.96407: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.96417: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.96420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.96468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.96472: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.96578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773103.98513: stdout chunk (state=3): >>>ansible-tmp-1726773103.9592853-9338-89522137547915=/root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915 <<< 7983 1726773103.98629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773103.98667: stderr chunk (state=3): >>><<< 7983 1726773103.98670: stdout chunk (state=3): >>><<< 7983 1726773103.98688: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773103.9592853-9338-89522137547915=/root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773103.98714: variable 'ansible_module_compression' from source: unknown 7983 1726773103.98756: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7983ddl27ui1/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 7983 1726773103.98806: variable 'ansible_facts' from source: unknown 7983 1726773103.98938: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/AnsiballZ_systemd.py 7983 1726773103.99045: Sending initial data 7983 1726773103.99055: Sent initial data (153 bytes) 7983 1726773103.99669: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.99672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773103.99706: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.99709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773103.99711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773103.99761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773103.99764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773103.99866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773104.01665: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7983 1726773104.01759: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7983 1726773104.01854: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7983ddl27ui1/tmpwl1u9cn7 /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/AnsiballZ_systemd.py <<< 7983 1726773104.01948: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7983 1726773104.03912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773104.03994: stderr chunk (state=3): >>><<< 7983 1726773104.03997: stdout chunk (state=3): >>><<< 7983 1726773104.04018: done transferring module to remote 7983 1726773104.04027: _low_level_execute_command(): starting 7983 1726773104.04031: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/ /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/AnsiballZ_systemd.py && sleep 0' 7983 1726773104.04450: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773104.04454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773104.04483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773104.04487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773104.04489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773104.04537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7983 1726773104.04552: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773104.04648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773104.06528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773104.06569: stderr chunk (state=3): >>><<< 7983 1726773104.06573: stdout chunk (state=3): >>><<< 7983 1726773104.06586: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773104.06589: _low_level_execute_command(): starting 7983 1726773104.06593: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/AnsiballZ_systemd.py && sleep 0' 7983 1726773104.07005: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773104.07029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 7983 1726773104.07046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773104.07090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773104.07112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773104.07215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773104.32748: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14249984", "MemoryAvailable": "infinity", "CPUUsageNSec": "130971000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 7983 1726773104.32787: stdout chunk (state=3): >>>PUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 7983 1726773104.32798: stdout chunk (state=3): >>>bus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "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}}} <<< 7983 1726773104.34582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 7983 1726773104.34585: stdout chunk (state=3): >>><<< 7983 1726773104.34587: stderr chunk (state=3): >>><<< 7983 1726773104.34812: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "14030", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "MemoryCurrent": "14249984", "MemoryAvailable": "infinity", "CPUUsageNSec": "130971000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 7983 1726773104.34879: 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-1726773103.9592853-9338-89522137547915/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7983 1726773104.34898: _low_level_execute_command(): starting 7983 1726773104.34911: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773103.9592853-9338-89522137547915/ > /dev/null 2>&1 && sleep 0' 7983 1726773104.35338: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7983 1726773104.35353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7983 1726773104.35372: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 7983 1726773104.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.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7983 1726773104.35429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7983 1726773104.35442: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7983 1726773104.35554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7983 1726773104.37519: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7983 1726773104.37562: stderr chunk (state=3): >>><<< 7983 1726773104.37565: stdout chunk (state=3): >>><<< 7983 1726773104.37577: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7983 1726773104.37585: handler run complete 7983 1726773104.37626: attempt loop complete, returning result 7983 1726773104.37642: variable 'item' from source: unknown 7983 1726773104.37702: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveEnterTimestampMonotonic": "332919159", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ActiveExitTimestampMonotonic": "332768780", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:20 EDT", "AssertTimestampMonotonic": "332802879", "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": "130971000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ConditionTimestampMonotonic": "332802875", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3925", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14030", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:20 EDT", "ExecMainStartTimestampMonotonic": "332807137", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:20 EDT] ; stop_time=[n/a] ; pid=14030 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveEnterTimestampMonotonic": "332802368", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:20 EDT", "InactiveExitTimestampMonotonic": "332807434", "InvocationID": "1718b007cac445f0a8d887fb14629b91", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14030", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14249984", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:20 EDT", "StateChangeTimestampMonotonic": "332919159", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 7983 1726773104.38128: dumping result to json 7983 1726773104.38131: done dumping result, returning 7983 1726773104.38133: done running TaskExecutor() for managed_node1/TASK: Restart tuned [1239c35c-e2e1-4fbf-0a43-000000000590] 7983 1726773104.38135: sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000590 7983 1726773104.38294: no more pending results, returning what we have 7983 1726773104.38297: results queue empty 7983 1726773104.38297: checking for any_errors_fatal 7983 1726773104.38301: done checking for any_errors_fatal 7983 1726773104.38302: checking for max_fail_percentage 7983 1726773104.38304: done checking for max_fail_percentage 7983 1726773104.38305: checking to see if all hosts have failed and the running result is not ok 7983 1726773104.38306: done checking to see if all hosts have failed 7983 1726773104.38306: getting the remaining hosts for this loop 7983 1726773104.38307: done getting the remaining hosts for this loop 7983 1726773104.38309: getting the next task for host managed_node1 7983 1726773104.38313: done getting next task for host managed_node1 7983 1726773104.38315: ^ task is: TASK: meta (flush_handlers) 7983 1726773104.38316: ^ 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 7983 1726773104.38320: getting variables 7983 1726773104.38321: in VariableManager get_vars() 7983 1726773104.38345: Calling all_inventory to load vars for managed_node1 7983 1726773104.38346: Calling groups_inventory to load vars for managed_node1 7983 1726773104.38348: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773104.38356: Calling all_plugins_play to load vars for managed_node1 7983 1726773104.38358: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773104.38361: Calling groups_plugins_play to load vars for managed_node1 7983 1726773104.38467: done sending task result for task 1239c35c-e2e1-4fbf-0a43-000000000590 7983 1726773104.38471: WORKER PROCESS EXITING 7983 1726773104.38483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773104.38624: done with get_vars() 7983 1726773104.38632: done getting variables 7983 1726773104.38684: in VariableManager get_vars() 7983 1726773104.38693: Calling all_inventory to load vars for managed_node1 7983 1726773104.38694: Calling groups_inventory to load vars for managed_node1 7983 1726773104.38695: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773104.38698: Calling all_plugins_play to load vars for managed_node1 7983 1726773104.38700: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773104.38701: Calling groups_plugins_play to load vars for managed_node1 7983 1726773104.38785: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773104.38902: done with get_vars() 7983 1726773104.38913: done queuing things up, now waiting for results queue to drain 7983 1726773104.38914: results queue empty 7983 1726773104.38915: checking for any_errors_fatal 7983 1726773104.38919: done checking for any_errors_fatal 7983 1726773104.38919: checking for max_fail_percentage 7983 1726773104.38920: done checking for max_fail_percentage 7983 1726773104.38920: checking to see if all hosts have failed and the running result is not ok 7983 1726773104.38921: done checking to see if all hosts have failed 7983 1726773104.38921: getting the remaining hosts for this loop 7983 1726773104.38922: done getting the remaining hosts for this loop 7983 1726773104.38923: getting the next task for host managed_node1 7983 1726773104.38927: done getting next task for host managed_node1 7983 1726773104.38928: ^ task is: TASK: meta (flush_handlers) 7983 1726773104.38929: ^ 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 7983 1726773104.38931: getting variables 7983 1726773104.38932: in VariableManager get_vars() 7983 1726773104.38938: Calling all_inventory to load vars for managed_node1 7983 1726773104.38940: Calling groups_inventory to load vars for managed_node1 7983 1726773104.38941: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773104.38944: Calling all_plugins_play to load vars for managed_node1 7983 1726773104.38945: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773104.38947: Calling groups_plugins_play to load vars for managed_node1 7983 1726773104.39027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773104.39143: done with get_vars() 7983 1726773104.39149: done getting variables 7983 1726773104.39180: in VariableManager get_vars() 7983 1726773104.39187: Calling all_inventory to load vars for managed_node1 7983 1726773104.39189: Calling groups_inventory to load vars for managed_node1 7983 1726773104.39190: Calling all_plugins_inventory to load vars for managed_node1 7983 1726773104.39193: Calling all_plugins_play to load vars for managed_node1 7983 1726773104.39194: Calling groups_plugins_inventory to load vars for managed_node1 7983 1726773104.39196: Calling groups_plugins_play to load vars for managed_node1 7983 1726773104.39274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7983 1726773104.39387: done with get_vars() 7983 1726773104.39395: done queuing things up, now waiting for results queue to drain 7983 1726773104.39396: results queue empty 7983 1726773104.39397: checking for any_errors_fatal 7983 1726773104.39398: done checking for any_errors_fatal 7983 1726773104.39398: checking for max_fail_percentage 7983 1726773104.39399: done checking for max_fail_percentage 7983 1726773104.39399: checking to see if all hosts have failed and the running result is not ok 7983 1726773104.39400: done checking to see if all hosts have failed 7983 1726773104.39400: getting the remaining hosts for this loop 7983 1726773104.39401: done getting the remaining hosts for this loop 7983 1726773104.39402: getting the next task for host managed_node1 7983 1726773104.39406: done getting next task for host managed_node1 7983 1726773104.39406: ^ task is: None 7983 1726773104.39407: ^ 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 7983 1726773104.39408: done queuing things up, now waiting for results queue to drain 7983 1726773104.39409: results queue empty 7983 1726773104.39409: checking for any_errors_fatal 7983 1726773104.39409: done checking for any_errors_fatal 7983 1726773104.39410: checking for max_fail_percentage 7983 1726773104.39411: done checking for max_fail_percentage 7983 1726773104.39411: checking to see if all hosts have failed and the running result is not ok 7983 1726773104.39411: done checking to see if all hosts have failed 7983 1726773104.39413: getting the next task for host managed_node1 7983 1726773104.39414: done getting next task for host managed_node1 7983 1726773104.39414: ^ task is: None 7983 1726773104.39415: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node1 : ok=87 changed=12 unreachable=0 failed=0 skipped=46 rescued=0 ignored=0 Thursday 19 September 2024 15:11:44 -0400 (0:00:00.481) 0:00:33.484 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.51s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.46s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Ensure python command exists for tests below ---------------------------- 1.37s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.37s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.37s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Gathering Facts --------------------------------------------------------- 1.17s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.80s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.74s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.73s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.70s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Put expected contents into temporary file ------------------------------- 0.69s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8 Ensure kernel_settings is not in active_profile ------------------------- 0.69s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.69s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.68s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.68s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.68s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Set profile_mode to auto ------------------------------------------------ 0.67s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.64s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.63s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.62s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 7983 1726773104.39498: RUNNING CLEANUP